public final class BinaryLatch extends Object
| Constructor and Description |
|---|
BinaryLatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
await()
Wait for the latch to be released, blocking the current thread if necessary.
|
void |
release()
Release the latch, thereby unblocking all current and future calls to
await(). |
public void release()
await().public void await()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.