InfoThread

Thread with ThreadInfo, This is implemented to avoid using global variables.

Constructors

this
this(void function() fn, size_t sz)

Initializes a thread object which is associated with a static

this
this(void delegate() dg, size_t sz)

Initializes a thread object which is associated with a dynamic

Members

Variables

info
ThreadInfo info;
Undocumented in source.

Meta