fix8  version 1.4.0
Open Source C++ FIX Framework
mpmc.hpp File Reference
#include <tbb/concurrent_queue.h>

Go to the source code of this file.

Typedefs

template<typename T >
using f8_concurrent_queue = tbb::concurrent_bounded_queue< T >
 

Typedef Documentation

template<typename T >
using f8_concurrent_queue = tbb::concurrent_bounded_queue<T>

Definition at line 48 of file mpmc.hpp.