Promise

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Aliases

FulfillCallback
alias FulfillCallback(P = void) = P delegate() nothrow
Undocumented in source.
FulfillCallback
alias FulfillCallback(P) = P delegate(T) nothrow
Undocumented in source.
JoinedCallback
alias JoinedCallback(P = void) = P delegate() nothrow
Undocumented in source.
JoinedCallback
alias JoinedCallback(P) = P delegate(JoinedType) nothrow
Undocumented in source.
JoinedType
alias JoinedType = BridgeType!T
Undocumented in source.
RejectCallback
alias RejectCallback = void delegate(U) nothrow
Undocumented in source.

Functions

then
auto then(ResultType delegate(T) nothrow cb)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

ResultMangled
enum ResultMangled;
Undocumented in source.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta