node/lib/internal/streams
Robert Nagy 3dba25fbd2
stream: don't try to read more if reading
Avoid unnecessary nextTick.

PR-URL: https://github.com/nodejs/node/pull/60454
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
2025-10-30 08:55:51 +00:00
..
add-abort-signal.js lib: remove Symbol[Async]Dispose polyfills 2024-10-07 09:47:44 +00:00
compose.js lib: replace spread operator with primordials function 2024-08-12 07:05:39 +00:00
destroy.js lib: enforce ASCII order in error code imports 2024-04-23 17:05:38 +00:00
duplex.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
duplexify.js Revert "stream: handle generator destruction from Duplex.from()" 2024-12-24 13:30:54 +00:00
duplexpair.js stream: expose DuplexPair API 2024-07-26 08:09:23 +00:00
end-of-stream.js stream: preserve AsyncLocalStorage on finished only when needed 2025-10-27 19:23:34 +00:00
fast-utf8-stream.js fs: port SonicBoom module to fs module as Utf8Stream 2025-07-28 20:27:07 -07:00
from.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
lazy_transform.js crypto: do not overwrite _writableState.defaultEncoding 2023-08-27 14:12:29 +00:00
legacy.js stream: fix eventNames() to not return not defined events 2024-02-27 23:56:43 +00:00
operators.js stream: replace manual function validation with validateFunction 2025-08-30 14:37:15 +00:00
passthrough.js
pipeline.js stream: propagate AbortSignal reason 2024-10-22 16:14:02 +00:00
readable.js stream: don't try to read more if reading 2025-10-30 08:55:51 +00:00
state.js stream: bump default highWaterMark 2024-03-13 19:02:14 +00:00
transform.js lib: fix typos in comments within internal/streams 2024-08-05 01:58:40 +00:00
utils.js lib: prefer optional chaining 2024-09-24 19:48:15 +00:00
writable.js Revert "lib: optimize writable stream buffer clearing" 2025-09-08 08:11:20 +00:00