Task

Undocumented in source.

Constructors

this
this(Task )
Undocumented in source.

Members

Aliases

MAYBERES
alias MAYBERES = Nullable!T
Undocumented in source.
MAYBERES
alias MAYBERES = bool
Undocumented in source.

Functions

isFinished
bool isFinished()
Undocumented in source. Be warned that the author may not have intended to support it.
then
auto then(F fn)
Undocumented in source. Be warned that the author may not have intended to support it.
then
auto then(F fn)
Undocumented in source. Be warned that the author may not have intended to support it.
tryGetRes
MAYBERES tryGetRes()
Undocumented in source. Be warned that the author may not have intended to support it.
waitRes
T waitRes()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

VALUED
enum VALUED;
Undocumented in source.

Meta