v0.2.0
Backward-compatible with v0.1.0.
New
RunPartitioned— route inputs to workers by key: same key → same worker, processed in order and never concurrently. For per-key ordering or per-key stateful processors. Combine withOrdered()for global order on top.Prefetch(n)— in-flight window so the producer can run ahead of the pool.
Docs
- Runnable
Exampletests (run in CI, shown on pkg.go.dev) and a completepackage mainprogram in the README.