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

Public facade for thread_system configuration. More...

Include dependency graph for thread_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Public facade for thread_system configuration.

This is the primary header users should include to configure thread_system. It provides access to the unified configuration structure and builder.

Example Usage

.with_worker_count(8)
.with_queue_capacity(5000)
.enable_circuit_breaker()
.build();
static auto builder() -> config_builder
Creates a builder for fluent configuration.
Public facade for thread_system configuration.

Definition in file thread_config.h.