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.
Base class for synchronization exceptions.
See Source File
BSD style: $(LICENSE)
Copyright (C) 2005-2006 Sean Kelly. All rights reserved.
Sean Kelly
The barrier module provides a primitive for synchronizing the progress of a group of threads.