Library of Assembled Shared Sources
|
implementation of ThreadPool's ParticipationPolicy More...
#include <thread_pool.h>
implementation of ThreadPool's ParticipationPolicy
The control thread participates as producer while waiting to complete all tasks. Is best used when short burst of adding a limited number of tasks to an unlimited queue, followed by a completeAllTasks().
Definition at line 205 of file thread_pool.h.