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