add_timer

Function add_timer 

Source
pub fn add_timer(
    expires: u64,
    handler: &Arc<dyn TimerHandler>,
    context: usize,
) -> u64
Expand description

Add a new software timer. Returns timer id.