Home
last modified time | relevance | path

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

/webrtc/turn/src/server/
H A Dmod.rs35 command_tx: Mutex<Option<broadcast::Sender<Command>>>, field
85 let command_tx = self.command_tx.lock().await; in delete_allocations_by_username() localVariable
123 let command_tx = self.command_tx.lock().await; in get_allocations_info() localVariable
224 let mut command_tx = self.command_tx.lock().await; in close() localVariable