MCPcopy
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
276function wait(ms: number){
277 return new Promise(resolve => setTimeout(resolve, ms));
278}
279
280function blockIO(ms: number) {
281 const start = Date.now();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected