CppCommon 1.0.5.0
C++ Common Library
Loading...
Searching...
No Matches
Classes | Namespaces
spsc_ring_queue.h File Reference

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.
 

Detailed Description

Single producer / single consumer wait-free ring queue definition.

Author
Ivan Shynkarenka
Date
15.01.2016

Definition in file spsc_ring_queue.h.