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

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>
Include dependency graph for autoscaler.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Automatic scaling of thread pool workers based on load metrics.

See also
autoscaling_policy For configuration

Definition in file autoscaler.h.