Join Slack
Powered by
Are there any libraries yet to support common oper...
# 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
gildor
10/22/2018, 2:38 PM
Some other proposed
gildor
10/22/2018, 2:39 PM
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
Open in Slack
Previous
Next