Skip to main content

Module ring_buffer

Module ring_buffer 

Source
Expand description

Lock-free ring buffer for streaming support.

Implements a single-producer single-consumer (SPSC) ring buffer with atomic operations for thread-safe streaming.

Structsยง

Backpressure
Backpressure signal for flow control
StreamRingBuffer
Lock-free ring buffer for streaming