Skip to content

refactor(share): Remove reliance on take#7016

Merged
benlesh merged 1 commit intoReactiveX:masterfrom
benlesh:refactor-share-no-take
Jul 10, 2022
Merged

refactor(share): Remove reliance on take#7016
benlesh merged 1 commit intoReactiveX:masterfrom
benlesh:refactor-share-no-take

Conversation

@benlesh
Copy link
Copy Markdown
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
Copy Markdown
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.

2 participants