Module writer

Source
Expand description

Write shared data on the real-time thread.

Structs§

LockingReader
A shared value that can read on a non-real-time thread.
RealtimeWriter
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.