Searched refs:ServiceWatcherContext (Results 1 – 1 of 1) sorted by relevance
18 struct ServiceWatcherContext { struct25 impl ServiceWatcherContext { impl44 context: Arc<Mutex<ServiceWatcherContext>>,52 context: Arc::new(Mutex::new(ServiceWatcherContext::new(service_name))), in new()