Future

Compose the future value

Members

Aliases

Callback
alias Callback = void delegate(Future)
Undocumented in source.

Functions

join
void join()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

callback
Callback callback [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
error
Value error [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
error
Value error [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
errorOccurred
bool errorOccurred [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
result
Value result [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
result
Value result [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta