Skip to main content

Module std_sync

Module std_sync 

Source
Expand description

Reexport of Mutex that works in both std and no_std environments.

Type Aliasesยง

Mutex
A primitive that synchronizes the execution of multiple threads. See mutex::Mutex for documentation.