Skip to main content

KernelTimerCallback

Type Alias KernelTimerCallback 

Source
pub type KernelTimerCallback = Box<dyn FnOnce(MonotonicInstant) + Send + 'static>;
Expand description

Callback executed by the owner CPU’s ktimers/%u service thread.

Aliased Type§

pub struct KernelTimerCallback(/* private fields */);