Module real_time::fifo

source ·
Expand description

Lock-free FIFO.

Structs§

  • A handle for reading values from the FIFO.
  • A reference to a value that has been popped from the FIFO.
  • A handle for writing values to the FIFO.

Functions§

  • Create a new FIFO with the given capacity.