-
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: add Single.unsubscribeOn() #5302
Conversation
*/ | ||
@CheckReturnValue | ||
@SchedulerSupport(SchedulerSupport.NONE) | ||
@SuppressWarnings("unchecked") | ||
@Experimental |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this landed on the wrong method
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, fixed.
Codecov Report
@@ Coverage Diff @@
## 2.x #5302 +/- ##
============================================
- Coverage 96.17% 96.09% -0.08%
Complexity 5756 5756
============================================
Files 628 629 +1
Lines 41085 41112 +27
Branches 5703 5705 +2
============================================
- Hits 39514 39508 -6
- Misses 613 629 +16
- Partials 958 975 +17
Continue to review full report at Codecov.
|
This PR adds the
Single.unsubscribeOn()
operator.Related: #5300.