Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ maybeResume
Function
maybeResume
lib/internal/streams/operators.js:82–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
function
maybeResume() {
83
if
(
84
resume &&
85
!done &&
86
cnt < concurrency &&
87
queue.length < highWaterMark
88
) {
89
resume();
90
resume = null;
91
}
92
}
93
94
async
function
pump() {
95
try {
Callers
2
afterItemProcessed
Function · 0.85
map
Function · 0.85
Calls
1
resume
Function · 0.70
Tested by
no test coverage detected