MCPcopy Create free account
hub / github.com/idosal/git-mcp / wait

Method wait

worker-configuration.d.ts:759–759  ·  view source on GitHub ↗
(delay: number, maybeOptions?: SchedulerWaitOptions)

Source from the content-addressed store, hash-verified

757}
758interface Scheduler {
759 wait(delay: number, maybeOptions?: SchedulerWaitOptions): Promise<void>;
760}
761interface SchedulerWaitOptions {
762 signal?: AbortSignal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected