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.
pub struct NoopRawMutex { /* private fields */ }
A mutex that allows borrowing data in the context of a single executor.
This Mutex is only safe within a single executor.