Module real_time::reader

source ·
Expand description

Read shared data on the real-time thread.

Structs§

  • A shared value that can be mutated on a non-real-time thread.
  • A guard that allows reading the shared value on the real-time thread.
  • A shared value that can be read on the real-time thread without blocking.

Functions§

  • Creates a shared value that can be read on the real-time thread without blocking.