send

abstract fun send(incoming: Flow<I>): Flow<O>

Sends some O as a response to an incoming of I.