Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ wait
Function
wait
src/tasks/inline-scheduled-task.test.ts:276–278 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
274
}
275
276
function
wait(ms: number){
277
return
new
Promise(resolve => setTimeout(resolve, ms));
278
}
279
280
function
blockIO(ms: number) {
281
const
start = Date.now();
Callers
1
inline-scheduled-task.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected