SimpleQueue

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
dequeue
T dequeue()
Undocumented in source. Be warned that the author may not have intended to support it.
dequeue
T dequeue(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
enqueue
void enqueue(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
tryDequeue
bool tryDequeue(T e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta