Why doesn't this mention Flow which seems like the...
# rx
j
Why doesn't this mention Flow which seems like the obvious choice for multiplatform, Kotlin, null-safe Rx?
d
Does flow have something like ObservableProperty?
a
Flow is not the best name in terms of SEO 😛 Anybody has a link?
d
I suppose you could model events from an
ObservableProperty
as a
Flow
, but no such utility currently exists in common code at least
g
Because it released a couple days before of Kotlinx.coroutines 1.2, not really good time to release Kotlin-only rx library 😬
d
Yeah, sorry, I'm not trying to complain, just commenting on the suggestion to replace rx with it.
a
Please don't assume that coroutines are for every project. E.g. we are in Badoo don't have any plans to start using them. We investigated a lot though.
j
What do you think that implementation is? It's just coroutines!
d
What are you alluding to?