Expand description

Single-core critical section implementation using the critical_section crate. Only the with function is publicly exposed.

Functions

Execute closure f in a critical section.