Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add changeset for per-worker dispatch

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+10
+10
.changeset/per-worker-dispatch.md
··· 1 + --- 2 + "moroutine": minor 3 + --- 4 + 5 + Per-worker dispatch with `assign()` and `run.workers` 6 + 7 + - `run.workers` exposes a read-only array of `WorkerHandle`s, one per pool worker 8 + - `assign(worker, task)` returns a copy of the task pinned to a specific worker 9 + - `worker.exec(task)` dispatches directly to a specific worker 10 + - Channel fan-out no longer requires knowing the worker count