Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dmod.rs283 let mut alls = allocs.lock().await; in start() localVariable
284 if let Some(a) = alls.remove(&five_tuple) { in start()
359 let mut alls = allocs.lock().await; in packet_handler() localVariable
360 alls.remove(&five_tuple); in packet_handler()