pub fn free<F, R>(f: F) -> Rwhere F: FnOnce(&CriticalSection) -> R,
Execute closure f in an interrupt-free context.
f
This as also known as a “critical section”.