Module blocking_mutex

Source
Expand description

Blocking mutex.

This module provides a blocking mutex that can be used to synchronize data.

Modules§

raw
Mutex primitives.

Structs§

Mutex
Blocking mutex (not async)

Type Aliases§

CriticalSectionMutex
A mutex that allows borrowing data across executors and interrupts.
NoopMutex
A mutex that allows borrowing data in the context of a single executor.