tame.promise

Undocumented in source.

Members

Aliases

RejectFunc
alias RejectFunc = void delegate(Exception) nothrow
Undocumented in source.
ResolveFunc
alias ResolveFunc(T) = void delegate(Arg!T) nothrow
Undocumented in source.

Functions

async
Promise!T async(T delegate() dg)
Undocumented in source. Be warned that the author may not have intended to support it.
await
T await(Promise!T promise)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Promise
struct Promise(T)
Undocumented in source.

Variables

noop
auto noop;
Undocumented in source.

Meta