Module sync

Module sync 

Source
Expand description

Synchronization types for FreeRTOS tasks.

Types implemented here are specifically designed to mimic the standard library.

Structsยง

Mutex
The basic mutex type. Mutexes are used to share variables between tasks safely.
MutexGuard
Allows the user to access the data from a locked mutex. Dereference to get the inner data.