C++ Actor Framework 1.0.0
|
Initializes the inputs and outputs of a flow bridge. More...
#include <flow_bridge_initializer.hpp>
Inherited by caf::detail::flow_bridge_initializer_impl< Trait >.
Public Member Functions | |
virtual void | init_outputs (flow::coordinator *self, flow::observer< std::byte > out)=0 |
Connects the output of the bridge to the socket. | |
virtual void | init_inputs (flow::coordinator *self, flow::observable< std::byte > in)=0 |
Connects the input of the socket to the bridge. | |
Initializes the inputs and outputs of a flow bridge.