CppCommon
1.0.4.1
C++ Common Library
|
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. | |
Multiple producers / single consumer wait-free ring buffer definition.
Definition in file mpsc_ring_buffer.h.