MCPcopy Index your code
hub / github.com/TanStack/ai / wait

Method wait

examples/sandbox-cloudflare/worker-configuration.d.ts:1082–1082  ·  view source on GitHub ↗
(delay: number, maybeOptions?: SchedulerWaitOptions)

Source from the content-addressed store, hash-verified

1080}
1081interface Scheduler {
1082 wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>
1083}
1084interface SchedulerWaitOptions {
1085 signal?: AbortSignal

Callers 14

handle.test.tsFile · 0.80
createMethod · 0.80
execMethod · 0.80
spawnProcessMethod · 0.80
sprites.test.tsFile · 0.80
handle.test.tsFile · 0.80
client.test.tsFile · 0.80
spawnNdjsonFunction · 0.80
spawnProcessMethod · 0.80
vercel.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected