ThreadPool

Utility class to manage a group of threads.

Constructors

this
this(size_t workerNumber)
Undocumented in source.

Members

Functions

notifyBusy
void notifyBusy(size_t id, bool busy)
Undocumented in source. Be warned that the author may not have intended to support it.
stopImmediate
void stopImmediate()

Each thread finishes it's current task and immediately stops.

submitWork
void submitWork(WorkDelegate work, string debugTest)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

workerNumber
size_t workerNumber;
Undocumented in source.

Meta