MCPcopy
hub / github.com/statelyai/xstate / setTimeout

Method setTimeout

packages/core/src/system.ts:23–23  ·  view source on GitHub ↗
(fn: (...args: any[]) => void, timeout: number)

Source from the content-addressed store, hash-verified

21
22export interface Clock {
23 setTimeout(fn: (...args: any[]) => void, timeout: number): any;
24 clearTimeout(id: any): void;
25}
26

Callers 1

createSystemFunction · 0.65

Implementers 1

SimulatedClockpackages/core/src/SimulatedClock.ts

Calls

no outgoing calls

Tested by

no test coverage detected