Function aster_frame::arch::x86::timer::register_callback
source · pub fn register_callback<F>(func: F)where
F: Fn() + Sync + Send + 'static,Expand description
Registers a function that will be executed during the system timer interruption.