|
Common System 0.2.0
Common interfaces and patterns for system integration
|
Sliding time window for tracking failures. More...
#include <algorithm>#include <chrono>#include <deque>#include <mutex>

Go to the source code of this file.
Classes | |
| class | kcenon::common::resilience::failure_window |
| Thread-safe sliding window for failure tracking. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::common |
| Core interfaces. | |
| namespace | kcenon::common::resilience |
Sliding time window for tracking failures.
Maintains a time-based window of failure timestamps, automatically expiring old failures outside the window.
Definition in file failure_window.h.