#include <QWaitCondition>
#include <QMutex>
#include <QMutexLocker>
#include "jacktrip_types.h"
Go to the source code of this file.
Classes | |
class | RingBuffer |
Provides a ring-buffer (or circular-buffer) that can be written to and read from asynchronously (blocking) or synchronously (non-blocking). More... |