Skip to main content

HealthMap

Type Alias HealthMap 

Source
pub type HealthMap = Arc<RwLock<HashMap<Uuid, bool>>>;
Expand description

Shared health map type.
true = proxy is currently considered healthy.

Aliased Typeยง

pub struct HealthMap { /* private fields */ }