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