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

Add a Stream.store method to pipe all data and errors from a stream to a sink #7786

Closed
nex3 opened this issue Jan 9, 2013 · 7 comments
Closed
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@nex3
Copy link
Member

nex3 commented Jan 9, 2013

floitsch@ says this was intended and was accidentally left out.

@nex3
Copy link
Member Author

nex3 commented Jan 9, 2013

Removed Type-Defect label.
Added Type-Enhancement label.

@nex3
Copy link
Member Author

nex3 commented Jan 17, 2013

It would be good if there were store methods for both Sink and StreamSink.


cc @floitschG.

@floitschG
Copy link
Contributor

cc @lrhn.
cc @skabet.
Removed Priority-Medium label.
Added Priority-High label.

@nex3
Copy link
Member Author

nex3 commented Jan 17, 2013

It would also be nice if there were a way to control whether or not the sink was closed when the stream was finished (see also issue #7836).

@nex3
Copy link
Member Author

nex3 commented Feb 26, 2013

Added Library-Async label.

@floitschG
Copy link
Contributor

Removed Priority-High label.
Added Priority-Medium label.

@nex3 nex3 added Type-Enhancement area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async labels May 28, 2013
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@nex3
Copy link
Member Author

nex3 commented Sep 19, 2017

I believe this request is now covered by Stream.pipe().

@nex3 nex3 closed this as completed Sep 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants