https://kotlinlang.org logo
#feed
Title
# feed
d

dave08

05/03/2018, 2:27 AM
@spierce7 this might be an example of part of what we spoke about 🙂
t

thomasnield

05/03/2018, 8:02 PM
I still don't feel compelled to replace my RxJava code with coroutines. Give me a higher abstraction like RxJava that is backed by coroutines, and I'll be happy.
d

dave08

05/04/2018, 2:19 AM
I think people still don't get that coroutines is a totally different approach, people are just using coroutines, but still not benefiting from their full potential... It takes a while to grasp, and it certainly doesn't cover all rx use cases, but when it does, if used properly, the advantages adds much bigger... The article is partly showing to start getting into another mindset.
t

thomasnield

05/04/2018, 4:24 AM
Rx and coroutines are not necessarily different, but rather complementary. Somebody just has to do the work to build an Rx implementation with coroutines. https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/coroutines-guide-reactive.md
d

dave08

05/04/2018, 6:45 AM
I agree @thomasnield, but I think you can't build coroutines code the same way you do rx. They're two worlds in that sense, but they can be complimentary.
8 Views