Promise

Undocumented in source.

Constructors

this
this(void delegate(void delegate()) f)
Undocumented in source.
this
this(void delegate(void delegate(T)) f)
Undocumented in source.
this
this(T delegate(Args) f, Args args)
Undocumented in source.
this
this(T delegate(Args) f, Promise!Args parent)
Undocumented in source.
this
this(Promise!T delegate(Args) f, Promise!Args parent)
Undocumented in source.

Members

Aliases

Type
alias Type = T
Undocumented in source.

Functions

error
auto error(void delegate(Ex) f)
Undocumented in source. Be warned that the author may not have intended to support it.
finished
bool finished()
Undocumented in source. Be warned that the author may not have intended to support it.
then
auto then(F f)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta