Task

Undocumented in source.

Constructors

this
this(CoroutineFunc func)
Undocumented in source.
this
this(CoroutineFunc func, T context)
Undocumented in source.
this
this(Task rhs)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
valueAs
T valueAs()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

error
BcError error [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasEnded
bool hasEnded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasError
bool hasError [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasValue
bool hasValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasYielded
bool hasYielded [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
state
TaskState state [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta