AsyncKeyedLock 6.2.3-beta

This is a prerelease version of AsyncKeyedLock.
There is a newer version of this package available.
See the version list below for details.
dotnet add package AsyncKeyedLock --version 6.2.3-beta
                    
NuGet\Install-Package AsyncKeyedLock -Version 6.2.3-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AsyncKeyedLock" Version="6.2.3-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AsyncKeyedLock" Version="6.2.3-beta" />
                    
Directory.Packages.props
<PackageReference Include="AsyncKeyedLock" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AsyncKeyedLock --version 6.2.3-beta
                    
#r "nuget: AsyncKeyedLock, 6.2.3-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AsyncKeyedLock&version=6.2.3-beta&prerelease
                    
Install AsyncKeyedLock as a Cake Addin
#tool nuget:?package=AsyncKeyedLock&version=6.2.3-beta&prerelease
                    
Install AsyncKeyedLock as a Cake Tool

AsyncKeyedLock AsyncKeyedLock

GitHub Workflow Status NuGet NuGet Codacy Grade

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.

For example, suppose you were processing financial transactions, but while working on one account you wouldn't want to concurrently process a transaction for the same account. Of course, you could just add a normal lock, but then you can only process one transaction at a time. If you're processing a transaction for account A, you may want to also be processing a separate transaction for account B. That's where AsyncKeyedLock comes in: it allows you to lock but only if the key matches.

The library uses two very different methods for locking, one using an underlying ConcurrentDictionary that's cleaned up after use whilst the other using a technique called striped locking. Both have their advantages and disadvantages, and in order to help you choose you are highly recommended to read about it in the wiki.

Installation and usage

The documentation can be found in our wiki.

Credits

Check out our list of contributors!

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (41)

Showing the top 5 NuGet packages that depend on AsyncKeyedLock:

Package Downloads
EasyCaching.Core

EasyCaching is a open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!

Volo.Abp.DistributedLocking.Abstractions

Package Description

EFCoreSecondLevelCacheInterceptor

Entity Framework Core Second Level Caching Library.

N3O.Umbraco.Extensions

TODO

ZhileTime.Hope.DistributedLocking.Abstractions

Package Description

GitHub repositories (15)

Showing the top 5 popular GitHub repositories that depend on AsyncKeyedLock:

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Tyrrrz/DiscordChatExporter
Exports Discord chat logs to a file
microsoft/kiota
OpenAPI based HTTP Client code generator
stefanprodan/AspNetCoreRateLimit
ASP.NET Core rate limiting middleware
Version Downloads Last updated
7.1.4 372,443 11/22/2024
7.1.4-preview 110 11/22/2024
7.1.3 114,153 11/10/2024
7.0.2 133,931 10/13/2024
7.0.1 523,507 8/20/2024
7.0.0 113,148 7/21/2024
7.0.0-rc3 144 7/20/2024
7.0.0-rc2 141 7/20/2024
7.0.0-rc1 171 6/29/2024
7.0.0-beta 146 6/29/2024
7.0.0-alpha 143 6/29/2024
6.4.2 377,858 4/21/2024
6.4.1 1,719 4/21/2024
6.4.0 1,136 4/20/2024
6.3.4 1,862,161 1/23/2024
6.3.4-rc 603 1/23/2024
6.3.4-beta 564 1/23/2024
6.3.3 19,707 1/14/2024
6.3.2 1,732 1/14/2024
6.3.0 1,854 1/14/2024
6.2.6 20,094 1/1/2024
6.2.5 1,946 12/30/2023
6.2.4 86,653 12/6/2023
6.2.3 6,358 12/3/2023
6.2.3-beta 786 12/2/2023
6.2.2 882,965 10/9/2023
6.2.1 2,077,460 4/10/2023
6.2.0 98,844 2/25/2023
6.1.1 64,956 1/27/2023
6.1.1-rc 1,131 1/27/2023
6.1.1-beta 1,095 1/27/2023
6.1.0 18,476 1/26/2023
6.0.5 46,672 1/2/2023
6.0.5-alpha 1,123 12/30/2022
6.0.4 3,065 12/30/2022
6.0.4-rc6 1,094 12/30/2022
6.0.4-rc5 1,130 12/30/2022
6.0.4-rc3 1,098 12/30/2022
6.0.4-rc 1,064 12/29/2022
6.0.4-beta 1,116 12/29/2022
6.0.4-alpha 1,163 12/29/2022
6.0.3 3,567 12/29/2022
6.0.2 30,206 12/18/2022
6.0.1 2,957 12/17/2022 6.0.1 is deprecated because it has critical bugs.
5.1.2 4,053 12/16/2022
5.1.1 12,052 12/13/2022
5.1.0 4,871 12/3/2022
5.0.4 11,160 11/27/2022
5.0.3 3,487 11/26/2022
5.0.3-rc 1,121 11/26/2022
5.0.2-rc 1,091 11/26/2022
5.0.1 3,971 11/19/2022
4.0.2 8,077 11/13/2022
3.2.3 4,314 10/26/2022
3.2.1 3,315 10/23/2022
3.2.0 2,985 10/23/2022
3.0.1 3,510 10/18/2022
3.0.0 3,297 10/16/2022
2.0.3 17,437 6/29/2022 2.0.3 is deprecated because it has critical bugs.
2.0.2 18,306 3/13/2022 2.0.2 is deprecated because it has critical bugs.
2.0.1 3,395 3/13/2022 2.0.1 is deprecated because it has critical bugs.
2.0.0 3,471 3/11/2022 2.0.0 is deprecated because it has critical bugs.
1.1.0 4,661 12/11/2021 1.1.0 is deprecated because it has critical bugs.
1.0.1 3,439 11/22/2021
1.0.0 3,567 11/22/2021

Allowed passing on continueOnCapturedContext, defaulting to false.