Struct embassy_sync::blocking_mutex::raw::CriticalSectionRawMutex
source · 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.