Skip to main content

SchedulerTickTaskWork

Type Alias SchedulerTickTaskWork 

Source
pub type SchedulerTickTaskWork = unsafe fn(data: usize, thread: ThreadId, observed_ns: u64) -> SchedulerTickWorkDisposition;
Expand description

Scheduler-tick task-work callback.