WorkerGroup

Undocumented in source.

Members

Functions

allWorkersStopped
bool allWorkersStopped()
Undocumented in source. Be warned that the author may not have intended to support it.
free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
nextWorker
shared(Worker)* nextWorker()
Undocumented in source. Be warned that the author may not have intended to support it.
queuesEmpty
bool queuesEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
startWorkers
void startWorkers(size_t _numWorkers, F fn, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

numWorkers
size_t numWorkers;
Undocumented in source.
workers
Worker[] workers;
Undocumented in source.

Meta