Searched defs:endpoints (Results 1 – 2 of 2) sorted by relevance
34 endpoints: Arc<Mutex<HashMap<usize, Arc<Endpoint>>>>, field52 let endpoints = Arc::clone(&m.endpoints); in new() localVariable62 let mut endpoints = self.endpoints.lock().await; in new_endpoint() localVariable83 let mut endpoints = self.endpoints.lock().await; in remove_endpoint() localVariable91 let mut endpoints = self.endpoints.lock().await; in close() localVariable
17 pub(crate) endpoints: Arc<Mutex<HashMap<usize, Arc<Endpoint>>>>, field25 let mut endpoints = self.endpoints.lock().await; in close() localVariable