Skip to content

2.x: Remove reference counted Disposable public type. #4388

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

Merged
merged 1 commit into from
Aug 21, 2016
Merged

2.x: Remove reference counted Disposable public type. #4388

merged 1 commit into from
Aug 21, 2016

Conversation

JakeWharton
Copy link
Contributor

This is a very specific use case to provide as a first-party type which can always be added back later should there be sufficient demand.

This is a very specific use case to provide as a first-party type which can always be added back later should there be sufficient demand.
@JakeWharton
Copy link
Contributor Author

Happy to hear arguments for keeping it, but I couldn't come up with any that were convincing enough.

@codecov-io
Copy link

codecov-io commented Aug 21, 2016

Current coverage is 69.61% (diff: 100%)

Merging #4388 into 2.x will decrease coverage by 0.07%

@@                2.x      #4388   diff @@
==========================================
  Files           449        448     -1   
  Lines         32004      31983    -21   
  Methods           0          0          
  Messages          0          0          
  Branches       5108       5105     -3   
==========================================
- Hits          22306      22266    -40   
- Misses         7557       7575    +18   
- Partials       2141       2142     +1   

Powered by Codecov. Last update e8ff934...a54ad0f

@akarnokd akarnokd added this to the 2.0 RC 1 milestone Aug 21, 2016
@akarnokd
Copy link
Member

I never saw an use of it; it is a remnant from Rx.NET where it is part of the inner Observable management in the groupBy and window operator. We have inlined custom Observable/Flowable there.

@akarnokd akarnokd merged commit 9c38530 into ReactiveX:2.x Aug 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants