Skip to main content

register_handler

Function register_handler 

Source
pub fn register_handler<F>(irq: IrqId, handler: F)
where F: Fn() + Send + Sync + 'static,