Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kilo-Org/cloud
/ wait
Function
wait
services/cloud-agent-next/wrapper/src/lifecycle.test.ts:17–19 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
15
};
16
17
function
wait(ms: number): Promise<void> {
18
return
new
Promise(resolve => setTimeout(resolve, ms));
19
}
20
21
/**
22
* The stable-idle drain emits `complete` only after `finalizeDrain` probes the
Callers
1
lifecycle.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected