Crate real_time

Source
Expand description

Safely share data with a real-time thread.

Modulesยง

  • Lock-free FIFO.
  • Read shared data on the real-time thread.
  • Write shared data on the real-time thread.