WorkerManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

checkAllFinished
bool checkAllFinished()
Undocumented in source. Be warned that the author may not have intended to support it.
createWaitLoop
Thread createWaitLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
getWorkerStatus
Nullable!WorkerStatus getWorkerStatus(string workerName)
Undocumented in source. Be warned that the author may not have intended to support it.
joinAll
void joinAll()
Undocumented in source. Be warned that the author may not have intended to support it.
registerWorker
void registerWorker(Worker worker)
Undocumented in source. Be warned that the author may not have intended to support it.
registerWorkers
void registerWorkers(Worker[] _workers)
Undocumented in source. Be warned that the author may not have intended to support it.
setWorkerStatus
void setWorkerStatus(string workerName, WorkerStatus WorkerStatus)
Undocumented in source. Be warned that the author may not have intended to support it.
suspendWorker
void suspendWorker(string workerName)
Undocumented in source. Be warned that the author may not have intended to support it.
workerMain
void workerMain(Worker worker)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m
Mutex m;
Undocumented in source.
tg
ThreadGroup tg;
Undocumented in source.
workers
WorkerStatus[string] workers;
Undocumented in source.

Meta