|
conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
|
User-pluggable callback transport: relays matching envelopes to caller-supplied callbacks for shipping to an external sink. More...
#include <conduit/envelope.hpp>#include <conduit/glob.hpp>#include <conduit/transport.hpp>#include <functional>#include <memory>#include <mutex>#include <string>#include <string_view>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | conduit::relay::Transport |
Namespaces | |
| namespace | conduit |
| namespace | conduit::relay |
User-pluggable callback transport: relays matching envelopes to caller-supplied callbacks for shipping to an external sink.