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

Method schedule

packages/core/src/system.ts:28–28  ·  view source on GitHub ↗
(
    source: AnyActorRef,
    target: AnyActorRef,
    event: EventObject,
    delay: number,
    id: string | undefined
  )

Source from the content-addressed store, hash-verified

26
27interface Scheduler {
28 schedule(
29 source: AnyActorRef,
30 target: AnyActorRef,
31 event: EventObject,

Callers 3

createSystemFunction · 0.80
executeRaiseFunction · 0.80
executeSendToFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected