Thread

/////////////////////////////////////////// ////////// Semaphore + Thread ///////////// ///////////////////////////////////////////

Members

Aliases

DG
alias DG = void delegate()
Undocumented in source.

Functions

join
void join()
Undocumented in source. Be warned that the author may not have intended to support it.
start
void start(DG dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
pthread_t handle;
Undocumented in source.
threadStart
DG threadStart;
Undocumented in source.

Meta