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.