MCPcopy Create free account
hub / github.com/adcontextprotocol/adcp / sleep

Function sleep

server/src/utils/batch.ts:235–237  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

233}
234
235function sleep(ms: number): Promise<void> {
236 return new Promise((resolve) => setTimeout(resolve, ms));
237}

Callers 1

pollForCompletionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected