Promise

Undocumented in source.

Members

Functions

clear
void clear()

Clear the promise.

deliver
void deliver(T reply)
Undocumented in source. Be warned that the author may not have intended to support it.
deliver
void deliver(T reply)

Deliver the message reply.

empty
bool empty()

True if the promise is not initialized.

opAssign
void opAssign(Promise!T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
RefCounted!PromiseData data;
Undocumented in source.

Meta