|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Configuration for autoscaling behavior and thresholds. More...
#include "scaling_metrics.h"#include <chrono>#include <cstddef>#include <functional>#include <thread>

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. | |
Configuration for autoscaling behavior and thresholds.
Definition in file autoscaling_policy.h.