3#ifndef HEDGEHOG_MULTI_QUEUE_RECEIVERS_H_ 
    4#define HEDGEHOG_MULTI_QUEUE_RECEIVERS_H_ 
   13namespace implementor {
 
   17template<
class ...Inputs>
 
Concrete implementation of the receiver core abstraction for multiple types using a std::queue.
virtual ~MultiQueueReceivers()=default
Default destructor.
MultiQueueReceivers()
Constructor using an abstraction for callbacks.
Concrete implementation of the receiver core abstraction for a type using a std::queue.