C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::detail::flow_bridge_initializer Class Referenceabstract

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.
 

Detailed Description

Initializes the inputs and outputs of a flow bridge.


The documentation for this class was generated from the following files: