···11+---
22+"moroutine": minor
33+---
44+55+Per-worker dispatch with `assign()` and `run.workers`
66+77+- `run.workers` exposes a read-only array of `WorkerHandle`s, one per pool worker
88+- `assign(worker, task)` returns a copy of the task pinned to a specific worker
99+- `worker.exec(task)` dispatches directly to a specific worker
1010+- Channel fan-out no longer requires knowing the worker count