Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
const
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
6
pollForDeviceTokens
Function · 0.70
diagnoseWedge
Function · 0.50
dev-db-socket-concurrency.node.test.ts
File · 0.50
dev-db.ts
File · 0.50
probe
Function · 0.50
watchdog
Function · 0.50
Calls
no outgoing calls
Tested by
1
diagnoseWedge
Function · 0.40