Implementation of a 2 state boolean latch, which can either be signaled or not. Thread can block on the signal using the await() method, worker threads can release blocked threads by using the signal() method.
void
await()
boolean
isSignalled()
signal()
String
toString()
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Gradle API 1.0.1