Searched defs:Watchdog (Results 1 – 1 of 1) sorted by relevance
159 pub struct Watchdog { struct160 state: Arc<(Condvar, Mutex<WatchdogState>)>, argument163 impl Watchdog { impl