Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ wait
Method
wait
examples/think/worker-configuration.d.ts:890–890 ·
view source on GitHub ↗
(delay: number, maybeOptions?: SchedulerWaitOptions)
Source
from the content-addressed store, hash-verified
888
}
889
interface
Scheduler {
890
wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;
891
}
892
interface
SchedulerWaitOptions {
893
signal?: AbortSignal;
Callers
5
runSoak
Function · 0.65
runSoak
Method · 0.65
startWorkspaceContainerAndWait
Function · 0.65
waitForWorkspaceHealth
Function · 0.65
awaitAssistantText
Function · 0.65
Calls
no outgoing calls
Tested by
1
runSoak
Function · 0.52