Common System 0.2.0
Common interfaces and patterns for system integration
Loading...
Searching...
No Matches
resilience.h
Go to the documentation of this file.
1// BSD 3-Clause License
2// Copyright (c) 2025, 🍀☀🌕🌥 🌊
3// See the LICENSE file in the project root for full license information.
4
13#pragma once
14
15#include "circuit_breaker.h"
17#include "circuit_state.h"
18#include "failure_window.h"
Circuit breaker pattern for fault tolerance and resilience.
Configuration structure for circuit breaker behavior.
Circuit breaker state machine states.
Sliding time window for tracking failures.