Barrier.this

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

class Barrier
this
(
uint limit
)
in { assert (limit > 0); }

Parameters

limit
Type: uint

The number of waiting threads to release in unison.

Throws

SyncError on error.

Suggestion Box / Bug Report