-
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: Migrate Disposables static factories to Disposable interface #6781
3.x: Migrate Disposables static factories to Disposable interface #6781
Conversation
* executed exactly once when the {@code Disposable} is disposed. | ||
* @param run the Runnable to wrap | ||
* @return the new Disposable instance | ||
*/ |
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.
I think these additions would count as @since 3.0.0
.
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.
Yep. Done.
Codecov Report
@@ Coverage Diff @@
## 3.x #6781 +/- ##
============================================
+ Coverage 98.21% 98.26% +0.04%
+ Complexity 6257 6256 -1
============================================
Files 690 690
Lines 45220 45218 -2
Branches 6220 6220
============================================
+ Hits 44414 44434 +20
+ Misses 283 268 -15
+ Partials 523 516 -7
Continue to review full report at Codecov.
|
No description provided.