Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dallocation_manager.rs56 let guarded = self.allocations.lock().await; in get_allocations_info() localVariable
58 guarded.iter().for_each(|(five_tuple, alloc)| { in get_allocations_info()