Barrier.this
this
( uint limit )Initializes a barrier object which releases threads in groups of limit in size.
Parameters
limit | The number of waiting threads to release in unison. |
Throws
SyncError on error.
( uint limit )Initializes a barrier object which releases threads in groups of limit in size.
limit | The number of waiting threads to release in unison. |