#include "vault/gear/work-force.hpp"
template<class CONF>
class vault::gear::WorkForce< CONF >
Pool of worker threads for rendering.
- Note
- the
- Template Parameters
-
CONF | configuration/policy base must define:
doWork - the work-functor (with #SIG_WorkFun)
finalHook - called at thread exit
|
- See also
- WorkForce_test
-
SchedulerCommutator
Definition at line 249 of file work-force.hpp.
|
| WorkForce (CONF config) |
|
void | activate (double degree=1.0) |
| Activate or scale up the worker pool. More...
|
|
void | awaitShutdown () |
|
void | incScale (uint step=+1) |
|
size_t | size () const |
|
|
CONF | setup_ |
|
Pool | workers_ |
|
◆ activate()
void activate |
( |
double |
degree = 1.0 | ) |
|
|
inline |
Activate or scale up the worker pool.
- Parameters
-
degree | fraction of the full #COMPUTATION_CAPACITY to activate |
- Note
- will always activate at least one worker; will never scale down; setting values > 1.0 leads to over-provisioning...
Definition at line 280 of file work-force.hpp.
The documentation for this class was generated from the following file: