connectTo

abstract fun connectTo(downstream: ConnectableInputChannel<in ItemT, ChannelT>)

Connects this output channel to a downstream input channel.

Parameters

downstream

the ConnectableInputChannel to connect to