stream: construct by ronag · Pull Request #29656 · nodejs/node

@nodejs-github-bot added the lib / src

Issues and PRs related to general changes in the lib or src directory.

label

Sep 22, 2019

@ronag ronag mentioned this pull request

Sep 22, 2019

4 tasks

@ronag ronag changed the title stream: provide a _construct endpoint for async stream initialization. stream: construct

Sep 22, 2019

@mcollina mcollina added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Sep 24, 2019

mcollina

@ronag ronag mentioned this pull request

Sep 24, 2019

4 tasks

Provide a standardized way of asynchronously creating and
initializing resources before performing any work.

Refs: nodejs#29314

@ronag

mcollina

addaleax