Searched refs:StatusPair (Results 1 – 1 of 1) sorted by relevance
29 type StatusPair = (watch::Sender<ServingStatus>, watch::Receiver<ServingStatus>); typedef36 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()