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