<https://badootech.badoo.com/reaktive-a-multiplatf...
# rx
s
also #feed
d
Been looking for this!
e
Why not coroutines?
I’m missing this information from the article
u
cooroutines are not rx
e
My impression was that coroutines with rich operators library should be good alternative to Rx
u
no, cooroutines is async library, rx is reactive push not pull paradigm
☝️ 1
but there is some overlap because rxjava handled async too
a
Plus AFAIK coroutines on Native are single threaded so far, so you can't do any blocking IO.
1
u
@Eugen Martynov in ideal world cooroutines would power rxkotlin
💯 1
e
Clear