- call
Throwable call(Fiber.Rethrow r)
Undocumented in source. Be warned that the author may not have intended to support it.
- daemon
void daemon(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
- ready
bool ready()
Undocumented in source. Be warned that the author may not have intended to support it.
- reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
- start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.
- state
auto state()
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.
Task. Exacute computation. Inherits from Fiber you can start, wait, check for readiness.