|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
#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"

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. | |