with

Function with 

Source
pub fn with<T, F: FnOnce(&mut Scheduler<32>) -> T>(f: F) -> T
Expand description

This function provides safe access to the global scheduler. It disables interrupts and locks the scheduler. Use with caution!