WorkerThread

Undocumented in source.

Constructors

this
this(void delegate() dg, size_t stackSize)
Undocumented in source.

Public Imports

mecca.platform.os
public import mecca.platform.os : BLOCKED_SIGNALS;

Members

Static variables

preThreadFunc
void delegate(WorkerThread) preThreadFunc;
Undocumented in source.

Variables

dg
void delegate() dg;
Undocumented in source.
kernel_tid
ThreadId kernel_tid;
Undocumented in source.

Meta