BlockingQueue

blocking multi-producer multi-consumer 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.
dequeue
T dequeue()
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.
wakeup
void wakeup()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta