Expand description
Mutex implementation utilizing an hardware spinlock
Modules§
- blocking_
mutex - Mutex implementation utilizing an hardware spinlock
Structs§
- Spinlock
RawMutex - A mutex that allows borrowing data across executors and interrupts by utilizing an hardware spinlock