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