import { type Actor } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
const { Dispatch } = Actor;
Type Parameters
optional
D extends Actor.DispatchFunction = (action: ActionBase) => voidProperties
dispatch: D
import { type Actor } from "https://deno.land/x/rimbu@1.1.0/actor/main/index.ts";
const { Dispatch } = Actor;