Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs460 let (accepting_tx, mut accepting_rx) = mpsc::channel::<()>(1); in test_connectivity_on_startup()
464 let accepting_tx = Arc::new(Mutex::new(Some(accepting_tx))); in test_connectivity_on_startup() localVariable
466 let accepted_tx_clone = Arc::clone(&accepting_tx); in test_connectivity_on_startup()