Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ waitForPendingSignal
Function
waitForPendingSignal
test/parallel/test-util-sigint-watchdog.js:56–61 ·
view source on GitHub ↗
(cb)
Source
from the content-addressed store, hash-verified
54
});
55
56
function
waitForPendingSignal(cb) {
57
if
(binding.watchdogHasPendingSigint())
58
cb();
59
else
60
setTimeout(waitForPendingSignal, 10, cb);
61
}
Callers
1
test-util-sigint-watchdog.js
File · 0.85
Calls
2
cb
Function · 0.70
setTimeout
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…