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

refactor(share): Remove reliance on take #7016

Merged
merged 1 commit into from Jul 10, 2022

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jul 8, 2022

  • removes reliance on take operator.
  • cleans up some unnecessary nulls (code golf, really)

+ removes reliance on `take` operator.
+ cleans up some unnecessary `null`s (code golf, really)
},
});

return on(...args).subscribe(onSubscriber);
Copy link
Member Author

Choose a reason for hiding this comment

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

Important bit here.

@benlesh benlesh merged commit 57143be into ReactiveX:master Jul 10, 2022
@benlesh benlesh deleted the refactor-share-no-take branch July 10, 2022 18:16
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.

None yet

2 participants