|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Automatic scaling of thread pool workers based on load metrics. More...
#include "autoscaling_policy.h"#include "scaling_metrics.h"#include <kcenon/thread/core/error_handling.h>#include <atomic>#include <chrono>#include <condition_variable>#include <deque>#include <memory>#include <mutex>#include <thread>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::autoscaler |
| Manages automatic scaling of thread pool workers based on load metrics. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Automatic scaling of thread pool workers based on load metrics.
Definition in file autoscaler.h.