Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The rx2 artifact currently provides Scheduler.asCoroutineDispatcher() to use a Scheduler as a CoroutineDispatcher, but not the other way around.
Scheduler.asCoroutineDispatcher()
Ideally I'd like to move over to the new IO and BackgroundDispatcher, and then move my Rx observables to use the same threads too.
IO
BackgroundDispatcher
The text was updated successfully, but these errors were encountered:
PR is welcome!
Sorry, something went wrong.
I'll PR when I've done my KotlinConf slides (if no-one else grabs it first)
Please do it for all reactive implementations (rx1, rx2, and reactor) if possible, just like asCoroutineDispatcher is implemented in all of them.
asCoroutineDispatcher
Any progress here ?
d5f852c
dkhalanskyjb
No branches or pull requests
The rx2 artifact currently provides
Scheduler.asCoroutineDispatcher()
to use a Scheduler as a CoroutineDispatcher, but not the other way around.Ideally I'd like to move over to the new
IO
andBackgroundDispatcher
, and then move my Rx observables to use the same threads too.The text was updated successfully, but these errors were encountered: