AsyncKeyedLock 2.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsyncKeyedLock --version 2.0.3
NuGet\Install-Package AsyncKeyedLock -Version 2.0.3
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="2.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncKeyedLock --version 2.0.3
#r "nuget: AsyncKeyedLock, 2.0.3"
#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.
// Install AsyncKeyedLock as a Cake Addin
#addin nuget:?package=AsyncKeyedLock&version=2.0.3

// Install AsyncKeyedLock as a Cake Tool
#tool nuget:?package=AsyncKeyedLock&version=2.0.3

AsyncKeyedLock AsyncKeyedLock

GitHub Workflow Status Nuget Nuget

An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), only allowing a defined number of concurrent threads that share the same key.

For example, if you're processing transactions, you may want to limit to only one transaction per user so that the order is maintained, but meanwhile allowing parallel processing of multiple users.

Installation

The recommended means is to use NuGet, but you could also download the source code from here.

Usage

var asyncKeyedLocker = new AsyncKeyedLocker();
using (var lockObj = await asyncKeyedLocker.LockAsync(myObject))
{
	...
}

You can also set the maximum number of requests for the semaphore that can be granted concurrently (set to 1 by default):

var asyncKeyedLocker = new AsyncKeyedLocker(2);

If you would like to see how many concurrent requests there are for a semaphore for a given key:

int myCount = asyncKeyedLocker.GetCount(myObject);

And if for some reason you need to force release the requests in the semaphore for a key:

asyncKeyedLocker.ForceRelease(myObject);

You may also use Dependency Injection to inject an instance of AsyncKeyedLock.

Credits

This library is based on Stephen Cleary's solution.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.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 was computed. 
.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.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (34)

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Package Description

EFCoreSecondLevelCacheInterceptor

Entity Framework Core Second Level Caching Library.

N3O.Umbraco.Extensions

TODO

ZhileTime.Hope.DistributedLocking.Abstractions

Package Description

GitHub repositories (6)

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

Repository Stars
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
stefanprodan/AspNetCoreRateLimit
ASP.NET Core rate limiting middleware
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
omeryanar/FileExplorer
Windows File Explorer alternative with tab browsing
Version Downloads Last updated
6.4.2 96,955 4/21/2024
6.4.1 909 4/21/2024
6.4.0 307 4/20/2024
6.3.4 460,048 1/23/2024
6.3.4-rc 529 1/23/2024
6.3.4-beta 510 1/23/2024
6.3.3 10,634 1/14/2024
6.3.2 981 1/14/2024
6.3.0 1,107 1/14/2024
6.2.6 15,749 1/1/2024
6.2.5 1,181 12/30/2023
6.2.4 49,909 12/6/2023
6.2.3 3,588 12/3/2023
6.2.3-beta 735 12/2/2023
6.2.2 468,330 10/9/2023
6.2.1 1,635,557 4/10/2023
6.2.0 84,220 2/25/2023
6.1.1 60,237 1/27/2023
6.1.1-rc 1,042 1/27/2023
6.1.1-beta 1,044 1/27/2023
6.1.0 16,320 1/26/2023
6.0.5 38,969 1/2/2023
6.0.5-alpha 1,057 12/30/2022
6.0.4 2,334 12/30/2022
6.0.4-rc6 1,041 12/30/2022
6.0.4-rc5 1,070 12/30/2022
6.0.4-rc3 1,047 12/30/2022
6.0.4-rc 1,009 12/29/2022
6.0.4-beta 1,068 12/29/2022
6.0.4-alpha 1,097 12/29/2022
6.0.3 2,826 12/29/2022
6.0.2 27,689 12/18/2022
6.0.1 2,219 12/17/2022
5.1.2 3,285 12/16/2022
5.1.1 10,852 12/13/2022
5.1.0 3,768 12/3/2022
5.0.4 10,352 11/27/2022
5.0.3 2,725 11/26/2022
5.0.3-rc 1,071 11/26/2022
5.0.2-rc 1,025 11/26/2022
5.0.1 3,199 11/19/2022
4.0.2 5,877 11/13/2022
3.2.3 3,568 10/26/2022
3.2.1 2,566 10/23/2022
3.2.0 2,244 10/23/2022
3.0.1 2,753 10/18/2022
3.0.0 2,560 10/16/2022
2.0.3 16,629 6/29/2022
2.0.2 16,541 3/13/2022
2.0.1 2,642 3/13/2022
2.0.0 2,717 3/11/2022
1.1.0 3,876 12/11/2021
1.0.1 2,659 11/22/2021
1.0.0 2,378 11/22/2021

Enabled trimming.