pub struct CriticalSectionRawMutex { /* private fields */ }
Expand description
A mutex that allows borrowing data across executors and interrupts.
§Safety
This mutex is safe to share between different executors and interrupts.
pub struct CriticalSectionRawMutex { /* private fields */ }
A mutex that allows borrowing data across executors and interrupts.
This mutex is safe to share between different executors and interrupts.