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

1.x: DelaySubscription with a plain other Observable. #3447

Merged

Conversation

akarnokd
Copy link
Member

Requested in #3445.

This is an efficient implementation as it avoids allocating the lifter object, doesn't require a function wrapper and doesn't use producer arbitration.

(Bonus points to those who can recognize the similarities with #3446).

@akarnokd
Copy link
Member Author

akarnokd commented Dec 8, 2015

Any thoughts about this?

@abersnaze
Copy link
Contributor

👍

stealthcode pushed a commit that referenced this pull request Dec 9, 2015
1.x: DelaySubscription with a plain other Observable.
@stealthcode stealthcode merged commit 0b8e4e0 into ReactiveX:1.x Dec 9, 2015
@stevegury
Copy link
Member

👍

@akarnokd akarnokd deleted the OnSubscribeDelaySubscriptionOther branch February 9, 2016 13:53
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.

4 participants