Searched defs:TimerFunction (Results 1 – 1 of 1) sorted by relevance
36 pub trait TimerFunction: Send + Sync + Debug { interface72 pub fn new(timer_func: Box<dyn TimerFunction>, expire_jiffies: u64) -> Arc<Self> { in new()