MessageQueue

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
prioritySend
void prioritySend(Variant msg)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(bool delegate(Variant) filter, void delegate(Variant) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveTimeout
bool receiveTimeout(Duration timeout, bool delegate(Variant) filter, void delegate(Variant) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Variant msg)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaxSize
void setMaxSize(size_t count, bool function(Task tid) action)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta