Struct embassy_sync::blocking_mutex::raw::NoopRawMutex
source · pub struct NoopRawMutex { /* private fields */ }
Expand description
A mutex that allows borrowing data in the context of a single executor.
§Safety
This Mutex is only safe within a single executor.