Closed victimsnino closed 1 week ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Attention: Patch coverage is 98.14815%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 98.47%. Comparing base (
5c6020e
) to head (be3d80d
). Report is 1 commits behind head on v2.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Old:
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
50.4% Coverage on New Code
2.8% Duplication on New Code
Stabilize disposables logic: #666
Summary by CodeRabbit
Summary by CodeRabbit
New Features
disposable
structures across various operators, enhancing resource management.combine_latest
,concat
,debounce
,delay
,retry
, etc.) to utilize the new disposable management system.immediate_just
function in therxcpp
namespace for immediate emission of values.Bug Fixes
on_error_resume_next
andretry
operators.Refactor
add_ref
method and removed theMode
enumeration in therefcount_disposable
class.chain
class with a new static assertion forTStrategy
.Documentation