|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Fluent builder for creating and configuring thread pools. More...
#include <kcenon/thread/core/thread_pool.h>#include <kcenon/thread/core/worker_policy.h>#include <kcenon/thread/interfaces/thread_context.h>#include <kcenon/thread/pool_policies/circuit_breaker_policy.h>#include <kcenon/thread/pool_policies/autoscaling_pool_policy.h>#include <kcenon/thread/pool_policies/work_stealing_pool_policy.h>#include <kcenon/common/resilience/circuit_breaker_config.h>#include <kcenon/thread/scaling/autoscaling_policy.h>#include <memory>#include <optional>#include <string>#include <thread>#include <vector>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::thread_pool_builder |
| Fluent builder for creating and configuring thread pools. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Fluent builder for creating and configuring thread pools.
Definition in file thread_pool_builder.h.