CppCommon 1.0.5.0
C++ Common Library
|
Single producer / single consumer wait-free ring buffer definition. More...
#include <atomic>
#include <cassert>
#include <cstdio>
#include <cstring>
#include "spsc_ring_buffer.inl"
Go to the source code of this file.
Classes | |
class | CppCommon::SPSCRingBuffer |
Single producer / single consumer wait-free ring buffer. More... | |
Namespaces | |
namespace | CppCommon |
C++ Common project definitions. | |
Single producer / single consumer wait-free ring buffer definition.
Definition in file spsc_ring_buffer.h.