Skip to content

Fix and optimize Task

Latest
Compare
Choose a tag to compare
@skarllot skarllot released this 13 Apr 05:45
· 47 commits to master since this release

This release introduce the following changes:

  • Create missing Run method overloads from Task class.
  • Create stub for Current property from TaskFactory class.
  • Fix TrySetResult method from Task class.
  • Optimize Task promises: Delay, WhenAll and WhenAny.
  • Optimize Task wait methods: WaitAll and WaitAny.