Library of Assembled Shared Sources
|
implementation of ThreadPool's ParticipationPolicy More...
#include <thread_pool.h>
implementation of ThreadPool's ParticipationPolicy
The control thread will not participate as producer thread at any time. Should be used when there's a continues stream of added tasks too a limited queue, and when completeAllTasks() is never called.
Definition at line 234 of file thread_pool.h.