-
-
Notifications
You must be signed in to change notification settings - Fork 37.5k
Promise-friendly stream.pipeline and stream.finished #33582
Copy link
Copy link
Closed
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.promisesIssues and PRs related to ECMAScript promises.Issues and PRs related to ECMAScript promises.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.promisesIssues and PRs related to ECMAScript promises.Issues and PRs related to ECMAScript promises.streamIssues and PRs related to Node.js streams.Issues and PRs related to Node.js streams.
I often use
stream.pipelinein async functions, and it's always a bit painful to have to promisify it.What about exporting a promisified version from the
streammodule directly?I haven't opened an issue or PR before because I don't have a good idea for the name, but maybe somebody else does!
@nodejs/streams