Library of Assembled Shared Sources
lass::util::Signaled Class Reference

implementation of ThreadPool's IdlePolicy More...

#include <thread_pool.h>

Inheritance diagram for lass::util::Signaled:

Detailed Description

implementation of ThreadPool's IdlePolicy

See also
ThreadPool

Idle threads are put to sleep and signaled to awake when a condition is met. It results in a slower response of the threads, but it avoids wasting cpu cycles to idle threads.

Definition at line 180 of file thread_pool.h.


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