Skip to main content

schedule_timer_after

Function schedule_timer_after 

Source
pub fn schedule_timer_after(after: Jiffies) -> TimerId
Expand description

Schedules a timer for the current process, firing after the given delay. Returns a TimerId that will be passed to crate::Process::on_timer.