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

Subscriptions utility class and rx.subscriptions package #182

Merged

Conversation

benjchristensen
Copy link
Member

@benjchristensen
Copy link
Member Author

Merging to become part of version 0.6.0 - this has breaking changes.

benjchristensen added a commit that referenced this pull request Mar 12, 2013
Subscriptions utility class and rx.subscriptions package
@benjchristensen benjchristensen merged commit 10d8ca9 into ReactiveX:master Mar 12, 2013
@cloudbees-pull-request-builder

RxJava-pull-requests #22 FAILURE
Looks like there's a problem with this pull request

/**
* A {@link Subscription} that does nothing when its unsubscribe method is called.
*/
private static class EmptySubscription implements Subscription {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this class could be changed to be a singleton.

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
…riptions

Subscriptions utility class and rx.subscriptions package
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants