Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
spsc_ring_buffer.h File Reference

Single-producer single-consumer circular buffer of copyable objects. More...

Include dependency graph for spsc_ring_buffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  roc::core::SpscRingBuffer< T >
 Thread-safe lock-free single-producer single-consumer circular buffer of copyable objects. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::core
 General-purpose building blocks and platform abstraction layer.
 

Detailed Description

Single-producer single-consumer circular buffer of copyable objects.

Definition in file spsc_ring_buffer.h.