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

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

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.
 

Detailed Description

Pool policy implementing circuit breaker pattern for failure protection.

See also
pool_policy For the base interface

Definition in file circuit_breaker_policy.h.