Awaiter

Library-agnostic helper that's basically an Event. Exposes - set - wait - reset

Alias This

event

Members

Functions

reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void wait()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
Awaiter make()
Undocumented in source. Be warned that the author may not have intended to support it.
make
Awaiter make()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

emitCount
int emitCount;
Undocumented in source.
event
shared(ManualEvent) event;
Undocumented in source.
event
Event event;
Undocumented in source.

Meta