pub fn add_timer(
expires: u64,
handler: &Arc<dyn TimerHandler>,
context: usize,
) -> u64Expand description
Add a new software timer. Returns timer id.
pub fn add_timer(
expires: u64,
handler: &Arc<dyn TimerHandler>,
context: usize,
) -> u64Add a new software timer. Returns timer id.