Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
queue_receiver.h File Reference
#include <iostream>
#include <cassert>
#include <queue>
#include <mutex>
#include <set>
#include <utility>
#include "../../abstractions/base/input_output/receiver_abstraction.h"
#include "../implementor/implementor_receiver.h"
Include dependency graph for queue_receiver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hh::core::implementor::QueueReceiver< Input >
 Concrete implementation of the receiver core abstraction for a type using a std::queue. More...
 

Namespaces

namespace  hh
 Hedgehog main namespace.
 
namespace  hh::core
 Hedgehog core namespace.
 
namespace  hh::core::abstraction
 Hedgehog abstraction namespace.
 
namespace  hh::core::implementor
 Hedgehog implementor namespace.