Library of Assembled Shared Sources
lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy > Class Template Reference

implementation of ThreadPool's ParticipationPolicy More...

#include <thread_pool.h>

Detailed Description

template<typename TaskType, typename ConsumerType, typename IdlePolicy>
class lass::util::SelfParticipating< TaskType, ConsumerType, IdlePolicy >

implementation of ThreadPool's ParticipationPolicy

See also
ThreadPool

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.


The documentation for this class was generated from the following file: