aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-stream-pipe-flow.js
AgeCommit message (Collapse)Author
2019-08-16stream: use lazy registration for drain for fast destinationsRobert Nagy
PR-URL: https://github.com/nodejs/node/pull/29095 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
2018-11-17test: use arrow functions for callbacksPushkal B
PR-URL: https://github.com/nodejs/node/pull/24444 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
2018-02-06stream: defer readable and flow when syncMathias Buus
PR-URL: https://github.com/nodejs/node/pull/18515 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>