Releases: usercode/AsyncKeyLock
Releases · usercode/AsyncKeyLock
AsyncKeyLock 1.0.6
AsyncKeyLock 1.0.5
- .NET 9.0
- Optimize performance
AsyncKeyLock 1.0.4
- Optimize performance
- Releaser is a struct
- Allows to interrupt long running reader lock with short writer lock (ReaderReleaser.UseWriterLockAsync(..))
AsyncKeyLock 1.0.3
- Added AsyncLock pooling to reduce memory allocations
AsyncKeyLock 1.0.2
v1.0.2 Changed InternalsVisibleTo for tests