Function ostd::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.