Thread

Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

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

Functions

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

Static functions

getThis
Thread* getThis()
Undocumented in source. Be warned that the author may not have intended to support it.
getThisThreadNum
uint getThisThreadNum()
Undocumented in source. Be warned that the author may not have intended to support it.
sleep
void sleep(int msecs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

thisThreadd
Thread* thisThreadd;
Undocumented in source.

Variables

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

Meta