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.