Searched refs:handle_queue_tx (Results 1 – 3 of 3) sorted by relevance
| /webrtc/dtls/src/ |
| H A D | handshaker.rs | 319 …let result = self.current_flight.parse(&mut self.handle_queue_tx, &mut self.state, &self.cache, &s… in wait() 377 …let result = self.current_flight.parse(&mut self.handle_queue_tx, &mut self.state, &self.cache, &s… in finish()
|
| /webrtc/dtls/src/conn/ |
| H A D | mod.rs | 100 pub(crate) handle_queue_tx: mpsc::Sender<mpsc::Sender<()>>, field 258 let (handle_queue_tx, mut handle_queue_rx) = mpsc::channel(1); in new() 286 handle_queue_tx, in new()
|
| H A D | conn_test.rs | 398 let (handle_queue_tx, _handle_queue_rx) = mpsc::channel(1); in test_export_keying_material() 434 handle_queue_tx, in test_export_keying_material()
|