Home
last modified time | relevance | path

Searched refs:StatusPair (Results 1 – 1 of 1) sorted by relevance

/tonic/tonic-health/src/
H A Dserver.rs29 type StatusPair = (watch::Sender<ServingStatus>, watch::Receiver<ServingStatus>); typedef
36 statuses: Arc<RwLock<HashMap<String, StatusPair>>>,
103 statuses: Arc<RwLock<HashMap<String, StatusPair>>>,
107 fn new(services: Arc<RwLock<HashMap<String, StatusPair>>>) -> Self { in new()