Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Dokploy/dokploy
/ sleep
Function
sleep
packages/server/src/utils/process/execAsync.ts:252–254 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
250
};
251
252
export
const
sleep = (ms: number) => {
253
return
new
Promise((resolve) => setTimeout(resolve, ms));
254
};
Callers
2
setupGPUSupport
Function · 0.90
execAsyncRemote
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected