- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- front
Event front()
Undocumented in source. Be warned that the author may not have intended to support it.
- popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
- put
void put(Event ev)
Undocumented in source. Be warned that the author may not have intended to support it.
EventQ is both an input and output range of Events that behaves as a FIFO. When adding to the output range it will wake up any reader using the delegate that was passed to it at construction.