Module mutex

Source
Available on non-crate feature use_std only.

Structs§

RawSpinlock

Enums§

State 🔒

Traits§

SpinlockGuardExt

Type Aliases§

Spinlock
A mutual exclusion primitive useful for protecting shared data
SpinlockGuard
An RAII implementation of a “scoped lock” of a mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.