Module

x/effector/src/forest/plan/index.h.ts>OpPriorityQueue

Business logic with ease ☄️
Go to Latest
type alias OpPriorityQueue
import { type OpPriorityQueue } from "https://dotland.deno.dev/x/effector@effector@23.2.2/src/forest/plan/index.h.ts";
definition: { props: OpPlainQueue; tree: OpPlainQueue; data: OpPlainQueue; rafID: number | null; execQueue: () => void; onDrain?: (() => void) | null; }