Dispatcher
First-class dispatcher (D21). Owns pools; graph binds to one (default = process-global, D26 — the only global singleton). Pool trait is pluggable for WorkerPool/RemotePool (D20).
Import
Section titled “Import”import { Dispatcher } from "@graphrefly/ts/core";Signature
Section titled “Signature”class DispatcherExample
Section titled “Example”import { Dispatcher } from "@graphrefly/ts/core";
const dispatcher = new Dispatcher();Source
Section titled “Source”packages/ts/src/dispatcher/index.ts