- taskAccessContext
void taskAccessContext()
Undocumented in source. Be warned that the author may not have intended to support it.
- taskRun
void taskRun(Task task, CoroutineFunc func, T context)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskYield
void taskYield()
Undocumented in source. Be warned that the author may not have intended to support it.
- taskYieldRaise
void taskYieldRaise(bcstring message, int errorCode)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskYieldRaise
void taskYieldRaise(BcError error)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskYieldValue
void taskYieldValue(T value)
Undocumented in source. Be warned that the author may not have intended to support it.