Skip to content

v1.0.4

Compare
Choose a tag to compare
@alanmcgovern alanmcgovern released this 17 Nov 11:38
· 41 commits to master since this release

General

  • Slightly tweaked the internal logic which protects against accidental mis-use of ReusableTask and ReusableTaskCompletionSource. If a mis-use scenario is encountered then an InvalidTaskReuseException will be thrown instead of InvalidOperationException. This makes it easier to disambiguate the cases later based on exception type.