FiberSemaphore

A Fiber level Semaphore

Constructors

this
this(size_t count)

Ctor

Members

Functions

notify
void notify()

Increment the FiberSemaphore count

wait
void wait()

Wait for FiberSemaphore count to be greater than 0

Meta