Semaphore.this

Construct a semaphore with given capacity.

struct Semaphore
pure nothrow @safe @nogc
this
(
size_t capacity
,
size_t used = 0
)

Meta