DelegatePromise

Undocumented in source.

Members

Functions

reject
void reject(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve()
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
then_
void then_(void delegate(Value) nothrow cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pending
void delegate(Value) nothrow[] pending;
Undocumented in source.
resolved
bool resolved;
Undocumented in source.
result
Value result;
Undocumented in source.

Meta