|
Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
|
Pool policy implementing circuit breaker pattern for failure protection. More...
#include "pool_policy.h"#include <kcenon/common/resilience/circuit_breaker.h>#include <kcenon/common/resilience/circuit_breaker_config.h>#include <kcenon/common/resilience/circuit_state.h>#include <atomic>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | kcenon::thread::circuit_breaker_policy |
| Pool policy that implements circuit breaker pattern for failure protection. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::thread |
| Core threading foundation of the thread system library. | |
Pool policy implementing circuit breaker pattern for failure protection.
Definition in file circuit_breaker_policy.h.