Skip to main content

Module rt_queue

Module rt_queue 

Source
Expand description

Base real-time queue implementation.

§Main RT-safe queue for dual-thread architecture

RtQueue — the main queue for communication between the control thread and the audio thread. Combines the functionality of SPSC and MPSC queues with a convenient API.

Structs§

RtQueue
Main RT-safe queue

Enums§

QueueType
Queue type