Crate real_time

Source
Expand description

Safely share data with a real-time thread.

Modulesยง

fifo
Lock-free FIFO.
reader
Read shared data on the real-time thread.
writer
Write shared data on the real-time thread.