https://kotlinlang.org logo
#rx
Title
# rx
s

sngrekov

05/12/2019, 1:56 PM
also #feed
d

Dico

05/12/2019, 6:28 PM
Been looking for this!
e

Eugen Martynov

05/12/2019, 8:13 PM
Why not coroutines?
I’m missing this information from the article
u

ursus

05/12/2019, 8:42 PM
cooroutines are not rx
e

Eugen Martynov

05/12/2019, 8:50 PM
My impression was that coroutines with rich operators library should be good alternative to Rx
u

ursus

05/12/2019, 9:21 PM
no, cooroutines is async library, rx is reactive push not pull paradigm
☝️ 1
but there is some overlap because rxjava handled async too
a

Arkadii Ivanov

05/12/2019, 11:52 PM
Plus AFAIK coroutines on Native are single threaded so far, so you can't do any blocking IO.
1
u

ursus

05/13/2019, 4:21 AM
@Eugen Martynov in ideal world cooroutines would power rxkotlin
💯 1
e

Eugen Martynov

05/13/2019, 4:27 AM
Clear
3 Views