The barrier module provides a primitive for synchronizing the progress of a group of threads.
This class represents a barrier across which threads may only travel in groups of a specific size.
See Source File core/sync/barrier.d
Boost License 1.0
Copyright Sean Kelly 2005 - 2009.
Sean Kelly
The barrier module provides a primitive for synchronizing the progress of a group of threads.