Java.Util.Concurrent.CyclicBarrier: Method Members

The methods of Java.Util.Concurrent.CyclicBarrier are listed below. For a list of all members, see the CyclicBarrier Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Await() : int
Waits until all CyclicBarrier.Parties have invoked await on this barrier.
Await(long, TimeUnit) : int
Waits until all CyclicBarrier.Parties have invoked await on this barrier, or the specified waiting time elapses.
AwaitAsync() : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
AwaitAsync(long, TimeUnit) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
Reset()
Resets the barrier to its initial state.