Expand description
Mutex implementation utilizing an hardware spinlock
Type Aliasesยง
- Spinlock
Mutex - A mutex that allows borrowing data across executors and interrupts by utilizing an hardware spinlock.
Mutex implementation utilizing an hardware spinlock