A synchronization aid that allows a set of fibers to all wait for each other to reach a common barrier point.
Instance methods
parties
Returns the number of fibers needed to pass the barrier.
Sourcewait
Wait until #wait has been called by @parties Fibers.
TODO:
Source