Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/monitoror/monitoror
/ timeout
Function
timeout
ui/src/helpers/timeout.ts:1–3 ·
view source on GitHub ↗
(delay: number = 0)
Source
from the content-addressed store, hash-verified
1
export
default
function
timeout(delay: number = 0) {
2
return
new
Promise(resolve => setTimeout(resolve, delay))
3
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected