Searched refs:update_overdue_and_find_next_timeout (Results 1 – 1 of 1) sorted by relevance
74 fn update_overdue_and_find_next_timeout(&mut self) -> (bool, Option<Duration>) { in update_overdue_and_find_next_timeout() method266 let (has_overdue, next_timeout) = state.update_overdue_and_find_next_timeout(); in spawn_thread()