MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / sleep

Function sleep

apps/cli/src/device-login.ts:258–258  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

256};
257
258const sleep = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
259
260/**
261 * Poll the token endpoint until the user approves, honoring the RFC 8628

Callers 2

pollForDeviceTokensFunction · 0.70
dev-db.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected