Home
last modified time | relevance | path

Searched defs:endpoints (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/mux/
H A Dmod.rs34 endpoints: Arc<Mutex<HashMap<usize, Arc<Endpoint>>>>, field
52 let endpoints = Arc::clone(&m.endpoints); in new() localVariable
62 let mut endpoints = self.endpoints.lock().await; in new_endpoint() localVariable
83 let mut endpoints = self.endpoints.lock().await; in remove_endpoint() localVariable
91 let mut endpoints = self.endpoints.lock().await; in close() localVariable
H A Dendpoint.rs17 pub(crate) endpoints: Arc<Mutex<HashMap<usize, Arc<Endpoint>>>>, field
25 let mut endpoints = self.endpoints.lock().await; in close() localVariable