-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Add Subscription.isUnsubscribed() #796
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 Subscription.isUnsubscribed() #796
Conversation
|
RxJava-pull-requests #717 SUCCESS |
Add Subscription.isUnsubscribed()
|
Thanks Ben, as you know, I wanted this change for a long time! On Sat, Feb 1, 2014 at 1:48 AM, Ben Christensen notifications@github.comwrote:
|
With the new model of injecting
Subscriptioninto functions for synchronous loops to checkisUnsubscribed()it now makes sense for this to be on the interface of allSubscriptionimplementations.