Skip to content

Ver 2.0.12-rc9

Pre-release
Pre-release
Compare
Choose a tag to compare
@neuecc neuecc released this 28 May 18:49
· 543 commits to master since this release

This version is preview, if you want to use stable version, check 1.3.1.

2.0.x has many breaking changes, see 2.0.0-preview1 release notes.

Improvement

  • All await AsyncOperations become zero allocation
  • Reduced async/await heap allocation size
  • Improved internal task pool system(reduce heap allocation size, more performant)
  • TaskTracker's TaskName displays generics type name
  • Add TaskPool.SetMaxPoolSize
  • Add TaskPoolMonitor.GetCacheSizeInfo (next rc or release, will be changed to TaskPool.GetCacheSizeInfo)