Skip to content

Commit

Permalink
Performance improvements for timeout-based locking and StripedAsyncKe…
Browse files Browse the repository at this point in the history
…yedLocker; fixes in ConditionalLocks.
  • Loading branch information
MarkCiliaVincenti committed Nov 10, 2024
1 parent 0a1789a commit adf4999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncKeyedLock/AsyncKeyedLock.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Version>7.1.3</Version>
<Nullable>Enable</Nullable>
<PackageIcon>logo.png</PackageIcon>
<PackageReleaseNotes>Fix null check for AsyncNonKeyedLockReleaser.</PackageReleaseNotes>
<PackageReleaseNotes>Performance improvements for timeout-based locking and StripedAsyncKeyedLocker; fixes in ConditionalLocks.</PackageReleaseNotes>
<Description>An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.</Description>
<Copyright>© 2024 Mark Cilia Vincenti</Copyright>
<PackageTags>async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization</PackageTags>
Expand Down

0 comments on commit adf4999

Please sign in to comment.