Package | Description |
---|---|
net.grinder.synchronisation |
Synchronisation classes.
|
Modifier and Type | Method and Description |
---|---|
void |
BarrierImplementation.await()
Wait until all other barriers with the same name have invoked
Barrier.await() . |
boolean |
BarrierImplementation.await(long timeout)
Equivalent to
await(timeout, TimeUnit.MILLISECONDS) . |
boolean |
BarrierImplementation.await(long timeout,
TimeUnit unit)
Version of
Barrier.await() that allows a timeout to be specified. |
Copyright © 2000-2014. All Rights Reserved.