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

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

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.
 

Detailed Description

Fluent builder for creating and configuring thread pools.

See also
thread_pool For the resulting pool type

Definition in file thread_pool_builder.h.