Module reader

Source
Expand description

Read shared data on the real-time thread.

Structs§

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

Functions§

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