-
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
3.x: Update javadoc for observeOn to mention its eagerness #6700
3.x: Update javadoc for observeOn to mention its eagerness #6700
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.x #6700 +/- ##
============================================
+ Coverage 98.12% 98.14% +0.01%
+ Complexity 6189 6188 -1
============================================
Files 677 677
Lines 44657 44657
Branches 6170 6170
============================================
+ Hits 43821 43827 +6
+ Misses 300 294 -6
Partials 536 536
Continue to review full report at Codecov.
|
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.
Please put the text after the image and the see as last.
Thanks! Much appreciated! Would you like to backport the changes to the 2.x branch? |
Update javadoc to reflect the eagerness property of
observeOn
inFlowable
andObservable
classes.Resolves #6697