View Source TripSwitch.Breaker (TripSwitch v0.1.3)
Documentation for TripSwitch.Breaker
.
Link to this section Summary
Link to this section Types
@type state() :: :closed | :half_open | :open
@type t() :: %TripSwitch.Breaker{ counter: pos_integer(), repair_time: pos_integer(), state: state(), surges: pos_integer(), threshold: pos_integer() }