Skip to content

Releases: usercode/AsyncKeyLock

AsyncKeyLock 1.0.4

19 Feb 19:48
Compare
Choose a tag to compare
  • Optimize performance
  • Releaser is a struct
  • Allows to interrupt long running reader lock with short writer lock (ReaderReleaser.UseWriterLockAsync(..))

AsyncKeyLock 1.0.3

04 Feb 19:31
Compare
Choose a tag to compare
  • Added AsyncLock pooling to reduce memory allocations

AsyncKeyLock 1.0.2

03 Feb 18:03
Compare
Choose a tag to compare
v1.0.2

Changed InternalsVisibleTo for tests