MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / sleepSync

Function sleepSync

pkg/npm/install.js:243–245  ·  view source on GitHub ↗
(milliseconds)

Source from the content-addressed store, hash-verified

241}
242
243function sleepSync(milliseconds) {
244 Atomics.wait(SLEEP_WORD, 0, 0, milliseconds);
245}
246
247function processIsAlive(pid) {
248 if (!Number.isSafeInteger(pid) || pid <= 0) return false;

Callers 1

acquireWindowsBinaryLockFunction · 0.85

Calls 1

waitMethod · 0.80

Tested by

no test coverage detected