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