Home
last modified time | relevance | path

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

/webrtc/webrtc/src/data_channel/
H A Dmod.rs278 let notify_rx = self.notify_tx.clone(); in handle_open() localVariable
281 notify_rx, in handle_open()
300 notify_rx: Arc<Notify>, in read_loop()
310 _ = notify_rx.notified() => break, in read_loop()
/webrtc/webrtc/src/sctp_transport/
H A Dmod.rs51 notify_rx: Arc<Notify>, field
178 notify_rx: self.notify_tx.clone(), in start()
227 _ = param.notify_rx.notified() => break, in accept_data_channels()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs201 let notify_rx = notify_tx.clone(); in main() localVariable
232 let notify_rx2 = Arc::clone(&notify_rx); in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs226 let notify_rx = notify_tx.clone(); in main() localVariable
257 let notify_rx2 = Arc::clone(&notify_rx); in main()