Searched defs:reset_tx (Results 1 – 3 of 3) sorted by relevance
15 reset_tx: Option<mpsc::Sender<Duration>>, field
18 reset_tx: Option<mpsc::Sender<Duration>>, field
81 reset_tx: SyncMutex<Option<mpsc::Sender<Duration>>>, field305 let reset_tx = self.reset_tx.lock().take(); in stop() localVariable311 let reset_tx = self.reset_tx.lock().clone(); in refresh() localVariable