Event.this

Optional constructor setting the initial state.

struct Event
nothrow @safe @nogc
this

Parameters

initialState bool

true means the Event is initially set. false (default) means it is initially unset.

Meta