Function Event.reset

Reset the event.

void reset () nothrow @nogc @safe;

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