Skip to main content

Module breaker

Module breaker 

Source
Expand description

Circuit breaker: a fast lock-free closed-state gate check (atomic state load) with the bookkeeping mutex taken only on the once-per-call record path.

Structsยง

CircuitBreaker
Circuit breaker configuration + (after build) live state.