Threaded

Constructors

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

Members

Aliases

start
alias start = run
Undocumented in source.

Functions

ready
bool ready()
Undocumented in source. Be warned that the author may not have intended to support it.
run
auto run()
Undocumented in source. Be warned that the author may not have intended to support it.
value
R value()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
bool wait(Duration timeout)
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