newConnectableOutputChannel
fun <ItemT, ChannelT : ChannelType<ChannelT>> newConnectableOutputChannel(type: ChannelT): ConnectableOutputChannel<ItemT, ChannelT>
Factory function to create a connectable output channel of the specified type.
Return
a new connectable output channel
Parameters
type
the ChannelType to create (Push or Pull)