Event.initialize

Initializes an event object. Does nothing if the event is already initialized.

struct Event
nothrow @nogc
void
initialize

Parameters

manualReset bool

the state of the event is not reset automatically after resuming waiting clients

initialState bool

initial state of the signal

Meta