Skip to main content

breaker_status_node

Function breaker_status_node 

Source
pub fn breaker_status_node(
    graph: &Graph,
    events: &Node<RetryEvent>,
    failure_threshold: u32,
    now_ms: impl Fn() -> u64 + 'static,
    name: impl Into<String>,
) -> Node<BreakerStatus>
Expand description

Creates or computes breaker_status_node.