Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
autoscaling_pool_policy.h File Reference

Pool policy implementing automatic worker scaling based on load. More...

#include "pool_policy.h"
#include <kcenon/thread/scaling/autoscaler.h>
#include <kcenon/thread/scaling/autoscaling_policy.h>
#include <atomic>
#include <memory>
#include <string>
Include dependency graph for autoscaling_pool_policy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::autoscaling_pool_policy
 Pool policy that implements automatic scaling for dynamic worker management. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Pool policy implementing automatic worker scaling based on load.

See also
pool_policy For the base interface
autoscaler

Definition in file autoscaling_pool_policy.h.