Event.this

Creates an event object.

struct Event
nothrow @nogc
this

Parameters

manualReset bool

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

initialState bool

initial state of the signal

Meta