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

Job wrapper integrating circuit breaker protection. More...

#include <kcenon/common/resilience/circuit_breaker.h>
#include <kcenon/thread/core/job.h>
#include <memory>
Include dependency graph for protected_job.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::protected_job
 A job wrapper that integrates circuit breaker protection. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Job wrapper integrating circuit breaker protection.

See also
circuit_breaker_policy

Definition in file protected_job.h.