Expand description
Lock-free FIFO.
Structs§
- Consumer
- A handle for reading values from the FIFO.
- PopRef
- A reference to a value that has been popped from the FIFO.
- Producer
- A handle for writing values to the FIFO.
Functions§
- fifo
- Create a new FIFO with the given capacity.