Are there any libraries yet to support common oper...
# coroutines
p
Are there any libraries yet to support common operators on channels? I am referring to Rx-type operators. There is a good article here with several examples. Seems like these could be shared in a library/libraries ( https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/coroutines-guide-reactive.md)
g
Some basic ones are supported
Some other proposed
But probably before cold streams are available there is no much sense to add operators for existing channels
p
👍 thank you