Skip to content

v0.7.1

Compare
Choose a tag to compare
@Arvtesh Arvtesh released this 14 Feb 19:54
· 1 commit to fe0a7a2d2e8cc504bdbf465004cf9d755d557cd2 since this release

Added

  • Added possibility to store multiple exceptions in AsyncResult.
  • Added AggregateException class for net35 target.
  • Added IsEmpty property to AsyncResultQueue.

Changed

  • AsyncResult implemenation is changed to prevent returning null operation result when the operation is completed for some cases.