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.