Searched refs:is_connected_tx (Results 1 – 1 of 1) sorted by relevance
959 let (is_connected_tx, mut is_connected_rx) = mpsc::channel::<()>(1); in test_connection_state_callback()965 let is_connected_tx = Arc::new(Mutex::new(Some(is_connected_tx))); in test_connection_state_callback() localVariable972 let is_connected_tx_clone = Arc::clone(&is_connected_tx); in test_connection_state_callback()1979 let (is_connected_tx, mut is_connected_rx) = mpsc::channel::<()>(1); in test_close_in_connection_state_callback()1981 let is_connected_tx = Arc::new(Mutex::new(Some(is_connected_tx))); in test_close_in_connection_state_callback() localVariable1984 let is_connected_tx_clone = Arc::clone(&is_connected_tx); in test_close_in_connection_state_callback()