Home
last modified time | relevance | path

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

/webrtc/dtls/src/
H A Dhandshaker.rs319 …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 Dmod.rs100 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 Dconn_test.rs398 let (handle_queue_tx, _handle_queue_rx) = mpsc::channel(1); in test_export_keying_material()
434 handle_queue_tx, in test_export_keying_material()