Event.set

Set the internal flag to true. All coroutines waiting for it to become true are awakened. Coroutines that call $(D_PSYMBOL wait()) once the flag is true will not block at all.

class Event
void
set
()

Meta