BlockingQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta