MCPcopy 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
56function waitForPendingSignal(cb) {
57 if (binding.watchdogHasPendingSigint())
58 cb();
59 else
60 setTimeout(waitForPendingSignal, 10, cb);
61}

Callers 1

Calls 2

cbFunction · 0.70
setTimeoutFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…