The barrier module provides a primitive for synchronizing the progress of a group of threads.
Source: core/sync/_barrier.d
This class represents a barrier across which threads may only travel in groups of a specific size.
void wait()
this( uint limit )