Releases: MarkCiliaVincenti/AsyncKeyedLock
Releases · MarkCiliaVincenti/AsyncKeyedLock
6.3.0
Added a simple, non-keyed async lock through AsyncNonKeyedLocker.
6.2.6
Cleaning pooling and aggressively inlining locking methods.
6.2.5
Minor optimizations.
6.2.4
Allowed optional ConfigureAwaitOptions on .NET 8.0 or greater.
6.2.3
Allowed optional continueOnCapturedContext, defaulting to false. Contributed by @c0nd3v.
6.2.3-beta
Allowing optionally passing on continueOnCapturedContext. Contributed by c0nd3v
6.2.2
Fixed potential unnecessary slowdown.
6.2.1
Implemented IDisposable.
6.2.0
Created an alternate method for locking using striped locks. For a list of pros and cons of both techniques, please visit the wiki at https://github.com/MarkCiliaVincenti/AsyncKeyedLock/wiki
6.1.1
- Enabled deterministic build allowing you to step into and debug the code.
- Fixed an issue with PoolInitialFill being ignored.
- Moved documentation to GitHub wiki.