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

Configuration for autoscaling behavior and thresholds. More...

#include "scaling_metrics.h"
#include <chrono>
#include <cstddef>
#include <functional>
#include <thread>
Include dependency graph for autoscaling_policy.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::thread::autoscaling_policy
 Configuration for autoscaling behavior. More...
 
struct  kcenon::thread::autoscaling_policy::scale_up_config
 Configuration for scale-up triggers. More...
 
struct  kcenon::thread::autoscaling_policy::scale_down_config
 Configuration for scale-down triggers. More...
 

Namespaces

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

Detailed Description

Configuration for autoscaling behavior and thresholds.

See also
autoscaler

Definition in file autoscaling_policy.h.