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

implementation of ThreadPool's IdlePolicy More...

#include <thread_pool.h>

Detailed Description

implementation of ThreadPool's IdlePolicy

See also
ThreadPool

Idle threads don't go to sleep, but spin until a condition is met. This results in a faster response but it should only be used if each thread (including the control thread) can have it's own cpu or core.

Definition at line 160 of file thread_pool.h.


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