Is there any work/GitHub to have Rx Schedulers bac...
# announcements
j
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
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
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
I'm not sure it would have any benefit. my understanding is they are both just abstractions on top of Java thread pools