This class represents a barrier across which threads may only travel in groups of a specific size.
Initializes a barrier object which releases threads in groups of limit in size.
Wait for the pre-determined number of threads and then proceed.
See Implementation
This class represents a barrier across which threads may only travel in groups of a specific size.