Flow Messaging
Functions
Link copied to clipboard
@Suspendable
Content copied to clipboard
Creates a communication session with a counterparty's ResponderFlow. Subsequently, you may send/receive using this session object. Note that this function does not communicate in itself. The counter-flow will be kicked off by the first send/receive.
@Suspendable
Content copied to clipboard
Creates a communication session with another member. Subsequently you may send/receive using this session object. Note that this function does not communicate in itself. The counter-flow will be kicked off by the first send/receive.