37 #ifndef FIX8_MPMC_HPP_
38 #define FIX8_MPMC_HPP_
45 #if (FIX8_MPMC_SYSTEM == FIX8_MPMC_TBB)
47 # include <tbb/concurrent_queue.h>
51 #elif (FIX8_MPMC_SYSTEM == FIX8_MPMC_FF)
53 # include <fix8/ff/allocator.hpp>
54 # include <fix8/ff/buffer.hpp>
55 # include <fix8/ff/mpmc/MPMCqueues.hpp>
64 #endif // FIX8_MPMC_SYSTEM
68 #endif // FIX8_MPMC_HPP_
tbb::concurrent_bounded_queue< T > f8_concurrent_queue