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 publishLast #883

Closed
benlesh opened this issue Dec 4, 2015 · 2 comments · Fixed by #885
Closed

Implement publishLast #883

benlesh opened this issue Dec 4, 2015 · 2 comments · Fixed by #885
Assignees
Labels
help wanted Issues we wouldn't mind assistance with.

Comments

@benlesh
Copy link
Member

benlesh commented Dec 4, 2015

Now that we have AsyncSubject #850, we need to add publishLast.

It's basically just:

import {multicast} from './multicast';
import {AsyncSubject} from '../subject/AsyncSubject';

export function publishLast() {
  return mutlicast.call(this, new AsyncSubject());
}
@benlesh benlesh added the help wanted Issues we wouldn't mind assistance with. label Dec 4, 2015
@kwonoj
Copy link
Member

kwonoj commented Dec 4, 2015

I'll give it a try on this.

@kwonoj kwonoj self-assigned this Dec 4, 2015
kwonoj added a commit to kwonoj/rxjs that referenced this issue Dec 4, 2015
kwonoj added a commit to kwonoj/rxjs that referenced this issue Dec 4, 2015
kwonoj added a commit to kwonoj/rxjs that referenced this issue Dec 4, 2015
@lock
Copy link

lock bot commented Jun 7, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@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
help wanted Issues we wouldn't mind assistance with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants