Library of Assembled Shared Sources
|
implementation of ThreadPool's IdlePolicy More...
#include <thread_pool.h>
implementation of ThreadPool's IdlePolicy
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.