Expand description
Read shared data on the real-time thread.
Structs§
- Locking
Writer - A shared value that can be mutated on a non-real-time thread.
- Realtime
Read Guard - A guard that allows reading the shared value on the real-time thread.
- Realtime
Reader - 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.