v2.5.2
Fixes:
- Fixed causality traces with
Promise.ParallelForEach
andPromise.ParallelFor
. - Fixed circular await detection with
Promise.ParallelForEach
andPromise.ParallelFor
. - Fixed
Promise.Canceled()
caused the parent promise to be mutated after it was repooled.
Optimizations:
- Reduced memory and cpu of
Promise.ParallelForEach
andPromise.ParallelFor
. - Reduced memory and cpu of
Promise.Run
. - Reduced memory and cpu of
Promise.New
. - Optimized internal context callbacks.