v0.3.2
Patch release — bug fix.
Fixed
- A run started with an already-cancelled context now consumes zero values.
Previously the producer'sselectcould pick the send overctx.Done()when
a worker was parked, leaking one value past cancellation — a latent race behind
a flaky test, surfaced under-race. (#2)