Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/effector@effector%4022.8.8/src/forest/plan/index.h.ts";
definition: { props: OpPlainQueue; tree: OpPlainQueue; data: OpPlainQueue; rafID: number | null; execQueue: () => void; onDrain?: (() => void) | null; }