CppCommon  1.0.4.1
C++ Common Library
Classes | Namespaces
mpsc_ring_buffer.h File Reference

Multiple producers / single consumer wait-free ring buffer definition. More...

#include "threads/spin_lock.h"
#include "threads/spsc_ring_buffer.h"
#include "time/timestamp.h"
#include <cstdio>
#include <memory>
#include <thread>
#include <vector>
#include "mpsc_ring_buffer.inl"

Go to the source code of this file.

Classes

class  CppCommon::MPSCRingBuffer
 Multiple producers / single consumer wait-free ring buffer. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Detailed Description

Multiple producers / single consumer wait-free ring buffer definition.

Author
Ivan Shynkarenka
Date
26.01.2016

Definition in file mpsc_ring_buffer.h.