Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dagent_test.rs1711 let is_checking = WaitGroup::new(); in test_connection_state_connecting_to_failed() localVariable
1734 let (wf1, wc1) = (is_failed.worker(), is_checking.worker()); in test_connection_state_connecting_to_failed()
1737 let (wf2, wc2) = (is_failed.worker(), is_checking.worker()); in test_connection_state_connecting_to_failed()
1758 is_checking.wait().await; in test_connection_state_connecting_to_failed()