Expand description
Write shared data on the real-time thread.
Structs§
- Locking
Reader - A shared value that can read on a non-real-time thread.
- Realtime
Writer - A shared value that can be mutated on the real-time thread without blocking.
Functions§
- realtime_
writer - Creates a shared value that can be mutated on the real-time thread without blocking.