MCPcopy 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}
889interface Scheduler {
890 wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;
891}
892interface SchedulerWaitOptions {
893 signal?: AbortSignal;

Callers 5

runSoakFunction · 0.65
runSoakMethod · 0.65
waitForWorkspaceHealthFunction · 0.65
awaitAssistantTextFunction · 0.65

Calls

no outgoing calls

Tested by 1

runSoakFunction · 0.52