-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Way to use a CoroutineDispatcher as a RxJava Scheduler #548
Labels
Comments
PR is welcome! |
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 |
Any progress here ? |
pablobaxter
pushed a commit
to pablobaxter/kotlinx.coroutines
that referenced
this issue
Sep 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: