Barrier.this

Initializes a barrier object which releases threads in groups of limit in size.

class Barrier
this
(
uint limit
)

Parameters

limit uint

The number of waiting threads to release in unison.

Throws

SyncError on error.

Meta