-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
2.x Single unsubscribeOn missing #5300
Comments
Indeed that operator is missing from It is called
|
Thanks for fast feedback and explanation. About PR: yes, I can do it. |
Oh, I understand. A certain code quality is expected here, plus RxJava 2.0.9 is scheduled to be released tomorrow. I'll do the PR then in a few hours. |
Looks not too complicated. Can you give me 2-3 hours? |
I've done it. For exercise, see if you can do it yourself and compare it against #5302 to verify your approach. |
Done it same way, but without testing (oh, it's hardest thing to prove that my code works as expected) |
Also, in order to match 2.x naming convertions that operator should be named
disposeOn
The text was updated successfully, but these errors were encountered: