v1.0.4
·
41 commits
to master
since this release
General
- Slightly tweaked the internal logic which protects against accidental mis-use of
ReusableTask
andReusableTaskCompletionSource
. If a mis-use scenario is encountered then anInvalidTaskReuseException
will be thrown instead ofInvalidOperationException
. This makes it easier to disambiguate the cases later based on exception type.