Searched refs:is_checking_tx (Results 1 – 1 of 1) sorted by relevance
958 let (is_checking_tx, mut is_checking_rx) = mpsc::channel::<()>(1); in test_connection_state_callback()964 let is_checking_tx = Arc::new(Mutex::new(Some(is_checking_tx))); in test_connection_state_callback() localVariable971 let is_checking_tx_clone = Arc::clone(&is_checking_tx); in test_connection_state_callback()