hm, I think it’s valuable to rewrite RxJava in pur...
# rx
a
hm, I think it’s valuable to rewrite RxJava in pure Kotlin so you could reuse same business logic on JVM, JS and Native, but I don’t understand desire to couple implementation to coroutines, rx removes need in coroutines, it’s like rewriting Rx on top of
AsyncTask
d
and coroutines remove need in rx