SimpleQueue

It's a thread-safe queue

Constructors

this
this(Duration timeout)
Undocumented in source.

Members

Functions

clear
void clear()
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.
pop
T pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(T item)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_incomings
int _incomings;
Undocumented in source.
_outgoings
int _outgoings;
Undocumented in source.

Meta