conduit 0.6.0
Modern C++23 header-only event-dispatching / event-transport library
Loading...
Searching...
No Matches
Classes | Namespaces
transport.hpp File Reference

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>
Include dependency graph for transport.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  conduit::relay::Transport
 

Namespaces

namespace  conduit
 
namespace  conduit::relay
 

Detailed Description

User-pluggable callback transport: relays matching envelopes to caller-supplied callbacks for shipping to an external sink.