https://kotlinlang.org logo
Title
j

juliocbcotta

09/04/2018, 4:43 PM
Is there any work/GitHub to have Rx Schedulers backed by coroutines? Tried to Google it, but a lot of Rx vs Coroutines got in the way.
e

enleur

09/04/2018, 4:46 PM
https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/coroutines-guide-reactive.md anyway, coroutines and rx schedulers both work on thread pools
👍 1
j

juliocbcotta

09/04/2018, 5:05 PM
I am reading, but it does not seem to be what I am was asking... I just would like to swap the RxJava schedulers to schedulers that work with coroutines... I don't know if it is feasible.
j

Jeremy Rempel

09/04/2018, 5:55 PM
I'm not sure it would have any benefit. my understanding is they are both just abstractions on top of Java thread pools