Skip to content

v0.3.2

Choose a tag to compare

@pabloos pabloos released this 16 Sep 09:04
· 4 commits to main since this release
086981f

Patch release — bug fix.

Fixed

  • A run started with an already-cancelled context now consumes zero values.
    Previously the producer's select could pick the send over ctx.Done() when
    a worker was parked, leaking one value past cancellation — a latent race behind
    a flaky test, surfaced under -race. (#2)