Skip to main content
Module

x/xstate/src/system.ts>Scheduler

Actor-based state management & orchestration for complex app logic.
Go to Latest
interface Scheduler
import { type Scheduler } from "https://deno.land/x/xstate@xstate%405.9.1/src/system.ts";

Methods

schedule(
source: AnyActorRef,
target: AnyActorRef,
event: EventObject,
delay: number,
id: string | undefined,
): void
cancel(source: AnyActorRef, id: string): void
cancelAll(actorRef: AnyActorRef): void