WaitableQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Q.ElementType pop(Duration max)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
Q.ElementType pop()
Undocumented in source. Be warned that the author may not have intended to support it.
producer
shared(WaitableQueueProducer!Q) producer()
Undocumented in source. Be warned that the author may not have intended to support it.
push
bool push(Q.ElementType t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta