pub fn register_callback_on_cpu<F>(func: F)where
F: Fn() + Sync + Send + 'static,Expand description
Registers a function that will be executed during the timer interrupt on the current CPU.
pub fn register_callback_on_cpu<F>(func: F)where
F: Fn() + Sync + Send + 'static,Registers a function that will be executed during the timer interrupt on the current CPU.