Searched refs:accepting_tx (Results 1 – 1 of 1) sorted by relevance
460 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() localVariable466 let accepted_tx_clone = Arc::clone(&accepting_tx); in test_connectivity_on_startup()