v3.0.2
Fixes:
- Fixed
Promise.ParallelFor*
canceling workers too early. Promise.ParallelFor*
andAsyncEnumerable.Merge
propagate exceptions from cancelation token callbacks instead of deadlocking.
Misc:
AsyncEnumerable.Merge
more eagerly stops iteration if a rejection or cancelation occurs.