GraphReFlyTS

API Reference

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

import { Dispatcher } from "@graphrefly/ts/core";

Signature

class Dispatcher

Example

import { Dispatcher } from "@graphrefly/ts/core";

const dispatcher = new Dispatcher();

Source

packages/ts/src/dispatcher/index.ts