Skip to main content

on_clock_event

Function on_clock_event 

Source
pub fn on_clock_event(
    now: MonotonicInstant,
    budget: usize,
    scheduler_event: ClaimedSchedulerDeadlines,
) -> Result<TaskClockEventOutcome, TaskError>
Expand description

Performs one bounded task-clockevent pass without allocation or callbacks.