public interface Barrier
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Cleanups this barrier.
|
void |
markCompleted()
Marks this barrier completed.
|
void |
setup()
Initializes the barrier.
|
void |
waitBarrier()
Waits until this barrier is marked as completed.
|