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

Multiple producers / single consumer wait-free linked batcher definition. More...

#include <atomic>
#include <cassert>
#include <functional>
#include <utility>
#include "mpsc_linked_batcher.inl"

Go to the source code of this file.

Classes

class  CppCommon::MPSCLinkedBatcher< T >
 Multiple producers / single consumer wait-free linked batcher. More...
 

Namespaces

 CppCommon
 C++ Common project definitions.
 

Detailed Description

Multiple producers / single consumer wait-free linked batcher definition.

Author
Ivan Shynkarenka
Date
19.01.2016

Definition in file mpsc_linked_batcher.h.