DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
FollyQueue.hpp File Reference
#include "iomanager/queue/Queue.hpp"
#include "folly/concurrency/DynamicBoundedQueue.h"
#include "logging/Logging.hpp"
#include <string>
#include <utility>
Include dependency graph for FollyQueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dunedaq::iomanager::FollyQueue< T, FollyQueueType >

Namespaces

namespace  dunedaq
 Including Qt Headers.
namespace  dunedaq::iomanager

Typedefs

template<typename T>
using dunedaq::iomanager::FollySPSCQueue = FollyQueue<T, folly::DSPSCQueue>
template<typename T>
using dunedaq::iomanager::FollyMPMCQueue = FollyQueue<T, folly::DMPMCQueue>