BlockingQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
get
bool get(T value, int timeoutMillis)
Undocumented in source. Be warned that the author may not have intended to support it.
getAll
bool getAll(T[] values, int timeoutMillis)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(T[] items)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

closed
bool closed [@property getter]

returns true if queue is closed

Meta