Queue

Queue

Represents a queue with a given ID that can have Event-s enqueued to it

Constructors

this
this(ulong id)
Undocumented in source.

Members

Functions

add
void add(Event e)
Undocumented in source. Be warned that the author may not have intended to support it.
getKak
DList!(Event).Range getKak()
Undocumented in source. Be warned that the author may not have intended to support it.
hasEvents
bool hasEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
popEvent
Event popEvent()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
ulong id;
Undocumented in source.

Meta