MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / wait

Method wait

packages/ci-proxy-worker/worker-configuration.d.ts:1073–1073  ·  view source on GitHub ↗
(delay: number, maybeOptions?: SchedulerWaitOptions)

Source from the content-addressed store, hash-verified

1071}
1072interface Scheduler {
1073 wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;
1074}
1075interface SchedulerWaitOptions {
1076 signal?: AbortSignal;

Calls

no outgoing calls

Tested by

no test coverage detected