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

Implement share operator #439

Closed
benlesh opened this issue Oct 1, 2015 · 1 comment · Fixed by #440
Closed

Implement share operator #439

benlesh opened this issue Oct 1, 2015 · 1 comment · Fixed by #440
Assignees
Milestone

Comments

@benlesh
Copy link
Member

benlesh commented Oct 1, 2015

This is an alias for publish().refCount(), but is honestly preferable for simplicity's sake. It's easier to teach people share() than publish().refCount(), because to a newbie, the latter won't make much sense.

Ideally, this will be implemented by pulling in the publish method via import, rather than depending on it being on the Observable. Since this is a modular library, there is no guarantee publish has been added.

@benlesh benlesh added this to the Initial Beta milestone Oct 1, 2015
@benlesh benlesh added the help wanted Issues we wouldn't mind assistance with. label Oct 1, 2015
@benlesh
Copy link
Member Author

benlesh commented Oct 1, 2015

Also, this one would be a core operator.

@benlesh benlesh self-assigned this Oct 1, 2015
@benlesh benlesh removed the help wanted Issues we wouldn't mind assistance with. label Oct 1, 2015
staltz pushed a commit to staltz/RxJSNext that referenced this issue Oct 2, 2015
Add shareReplay() as a core operator. Vaguely relates to issue ReactiveX#439 and
issue ReactiveX#298.
staltz pushed a commit to staltz/RxJSNext that referenced this issue Oct 6, 2015
Add shareReplay() as a core operator. Vaguely relates to issue ReactiveX#439 and
issue ReactiveX#298.
@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant