https://kotlinlang.org logo
#coroutines
Title
# coroutines
p

patjackson52

10/22/2018, 2:24 PM
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

gildor

10/22/2018, 2:38 PM
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

patjackson52

10/22/2018, 3:38 PM
👍 thank you
4 Views