Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
function
sleepSync(milliseconds) {
244
Atomics.wait(SLEEP_WORD, 0, 0, milliseconds);
245
}
246
247
function
processIsAlive(pid) {
248
if
(!Number.isSafeInteger(pid) || pid <= 0)
return
false;
Callers
1
acquireWindowsBinaryLock
Function · 0.85
Calls
1
wait
Method · 0.80
Tested by
no test coverage detected