Skip to content
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

Add Single.doOnUnsubscribe() #3562

Merged

Conversation

artem-zinnatullin
Copy link
Contributor

As promised, adding more operators to Single. This one is very useful for releasing resources if task can be cancelled externally via subscription.unsubscribe() and subscriber may not receive the result.

@akarnokd
Copy link
Member

akarnokd commented Dec 8, 2015

👍

1 similar comment
@stealthcode
Copy link

👍

stealthcode pushed a commit that referenced this pull request Dec 8, 2015
@stealthcode stealthcode merged commit 7ba9067 into ReactiveX:1.x Dec 8, 2015
@artem-zinnatullin artem-zinnatullin deleted the single-do-on-unsubscribe branch December 8, 2015 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants