Event.reset

Reset the event.

Any future fiber calling wait will block until another call to set. This is the Event default state.

struct Event
nothrow @safe @nogc
void
reset
()

Meta