Skip to main content

Module sync

Module sync 

Source
Expand description

Useful synchronization primitives.

Re-exports§

pub use core::sync::atomic;

Type Aliases§

MutexNon-multitask
A raw spin lock that does nothing while trying to lock.
MutexGuardNon-multitask
A guard that provides mutable data access for SpinRaw.