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

implementation of ThreadPool's ParticipationPolicy More...

#include <thread_pool.h>

Inheritance diagram for lass::util::NotParticipating< TaskType, ConsumerType, IdlePolicy >:

Detailed Description

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

implementation of ThreadPool's ParticipationPolicy

See also
ThreadPool

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.


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