rockhopper.core.threading

Undocumented in source.

Members

Functions

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.

Structs

ThreadHandle
struct ThreadHandle
Undocumented in source.

Meta