Promise

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

DG
alias DG = void delegate(InternalValue) nothrow @(safe) shared
Undocumented in source.
InternalValue
alias InternalValue = Algebraic!(Throwable, ValueRep, Done)
Undocumented in source.
Value
alias Value = T
Undocumented in source.
ValueRep
alias ValueRep = Value
Undocumented in source.

Functions

cancel
bool cancel()
Undocumented in source. Be warned that the author may not have intended to support it.
error
bool error(Throwable e)
Undocumented in source. Be warned that the author may not have intended to support it.
fulfill
bool fulfill()
Undocumented in source. Be warned that the author may not have intended to support it.
fulfill
bool fulfill(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
isCompleted
bool isCompleted()
Undocumented in source. Be warned that the author may not have intended to support it.
sender
auto sender()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Done
struct Done
Undocumented in source.
ValueRep
struct ValueRep
Undocumented in source.

Meta