- makeTask
auto makeTask(Alloc alloc, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeTask
auto makeTask(Alloc alloc, F delegateOrFp, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- newTask
auto newTask(Args args)
- newTask
auto newTask(F delegateOrFp, Args args)
- run
ReturnType!F run(F fpOrDelegate, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.