register_callback_on_cpu

Function register_callback_on_cpu 

Source
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.