- joinThread
void joinThread(Thread th)
Undocumented in source. Be warned that the author may not have intended to support it.
- spawnInThread
void spawnInThread(shared(EventDriver) ed, void delegate() fn)
Undocumented in source. Be warned that the author may not have intended to support it.
- spawnThread
ThreadHandle spawnThread(void delegate() fn)
Undocumented in source. Be warned that the author may not have intended to support it.