Module pros_core::sync

source ·
Expand description

Synchronization types for FreeRTOS tasks.

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

Structs§

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