Module sync

Source
Expand description

Useful synchronization primitives.

Re-exports§

pub use core::sync::atomic;
pub use alloc::sync::Arc;alloc
pub use alloc::sync::Weak;alloc

Structs§

RawMutexmultitask
A [lock_api::RawMutex] implementation.

Type Aliases§

Mutexmultitask
An alias of [lock_api::Mutex].
MutexGuardmultitask
An alias of [lock_api::MutexGuard].