Expand description
Useful synchronization primitives.
Re-exports§
pub use core::sync::atomic;
Type Aliases§
- Mutex
Non- multitask - A raw spin lock that does nothing while trying to lock.
- Mutex
Guard Non- multitask - A guard that provides mutable data access for
SpinRaw.