CppCommon
1.0.4.1
C++ Common Library
|
Multiple producers / single consumer wait-free ring queue definition. More...
#include "threads/spin_lock.h"
#include "threads/spsc_ring_queue.h"
#include "time/timestamp.h"
#include <cassert>
#include <cstdio>
#include <functional>
#include <memory>
#include <thread>
#include <utility>
#include <vector>
#include "mpsc_ring_queue.inl"
Go to the source code of this file.
Classes | |
class | CppCommon::MPSCRingQueue< T > |
Multiple producers / single consumer wait-free ring queue. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Multiple producers / single consumer wait-free ring queue definition.
Definition in file mpsc_ring_queue.h.