Task

Undocumented in source.

Constructors

this
this(F f, A args)
Undocumented in source.

Members

Aliases

start
alias start = call
Undocumented in source.
value
alias value = result
Undocumented in source.

Functions

ready
bool ready()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
bool wait(Duration timeout)

wait() - wait forewer wait(Duration) - wait with timeout

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

Manifest constants

Void
enum Void;
Undocumented in source.

Properties

result
auto result [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Computation

ready
bool ready()
Undocumented in source.
wait
bool wait(Duration t)
Undocumented in source.

Meta