Crate real_time

Source
Expand description

Safely share data with a real-time thread.

Re-exports§

pub use fifo::fifo;
pub use reader::readable;
pub use writer::writable;

Modules§

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