Extensions for kotlinx.coroutines.experimental.channels.ReceiveChannel
fun <T> ReceiveChannel<T>.asFlux( Converts a stream of elements received from the channel to the hot reactive flux. |
fun <T> ReceiveChannel<T>.asFlux( Converts a stream of elements received from the channel to the hot reactive flux. |