Skip to content

v3.0.2

Compare
Choose a tag to compare
@timcassell timcassell released this 12 Apr 08:37
· 101 commits to master since this release
d9f6d11

Fixes:

  • Fixed Promise.ParallelFor* canceling workers too early.
  • Promise.ParallelFor* and AsyncEnumerable.Merge propagate exceptions from cancelation token callbacks instead of deadlocking.

Misc:

  • AsyncEnumerable.Merge more eagerly stops iteration if a rejection or cancelation occurs.