Skip to content

v2.5.2

Compare
Choose a tag to compare
@timcassell timcassell released this 05 Jun 03:14
· 748 commits to master since this release
a791930

Fixes:

  • Fixed causality traces with Promise.ParallelForEach and Promise.ParallelFor.
  • Fixed circular await detection with Promise.ParallelForEach and Promise.ParallelFor.
  • Fixed Promise.Canceled() caused the parent promise to be mutated after it was repooled.

Optimizations:

  • Reduced memory and cpu of Promise.ParallelForEach and Promise.ParallelFor.
  • Reduced memory and cpu of Promise.Run.
  • Reduced memory and cpu of Promise.New.
  • Optimized internal context callbacks.