AsyncKeyedLock 1.1.0
See the version list below for details.
dotnet add package AsyncKeyedLock --version 1.1.0
NuGet\Install-Package AsyncKeyedLock -Version 1.1.0
<PackageReference Include="AsyncKeyedLock" Version="1.1.0" />
<PackageVersion Include="AsyncKeyedLock" Version="1.1.0" />
<PackageReference Include="AsyncKeyedLock" />
paket add AsyncKeyedLock --version 1.1.0
#r "nuget: AsyncKeyedLock, 1.1.0"
#:package AsyncKeyedLock@1.1.0
#addin nuget:?package=AsyncKeyedLock&version=1.1.0
#tool nuget:?package=AsyncKeyedLock&version=1.1.0
AsyncKeyedLock
An asynchronous .NET Standard 2.0 library that allows you to lock based on a key.
Installation
The recommended means is to use NuGet, but you could also download the source code from here.
Usage
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):
AsyncKeyedLocker.MaxCount = 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);
Credits
This library is based on Stephen Cleary's solution.
Product | Versions 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (43)
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 (17)
Showing the top 17 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
|
|
ZiggyCreatures/FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
|
|
dotnetcore/EasyCaching
:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
|
|
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
|
|
omeryanar/FileExplorer
Windows File Explorer alternative with tab browsing
|
|
ForNeVeR/Cesium
C compiler for the CLI platform
|
|
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
|
|
ShokoAnime/Shokofin
Repository for Shokofin, a plugin that brings Shoko to Jellyfin.
|
|
vesoapp/veso
Open source media server.
|
|
VahidN/DNTCommon.Web.Core
DNTCommon.Web.Core provides common scenarios' solutions for ASP.NET Core applications.
|
|
sa-es-ir/DotNet.RateLimit
A Distributed RateLimit for Controller-Actions and Minimal API.
|
|
microsoft/Vipr
Client Library Generation Toolkit
|
Version | Downloads | Last Updated | |
---|---|---|---|
7.1.6 | 678,440 | 4/12/2025 | |
7.1.5-alpha | 155 | 4/12/2025 | |
7.1.4 | 716,744 | 11/22/2024 | |
7.1.4-preview | 155 | 11/22/2024 | |
7.1.3 | 315,131 | 11/10/2024 | |
7.0.2 | 181,037 | 10/13/2024 | |
7.0.1 | 957,528 | 8/20/2024 | |
7.0.0 | 132,131 | 7/21/2024 | |
7.0.0-rc3 | 190 | 7/20/2024 | |
7.0.0-rc2 | 185 | 7/20/2024 | |
7.0.0-rc1 | 212 | 6/29/2024 | |
7.0.0-beta | 191 | 6/29/2024 | |
7.0.0-alpha | 186 | 6/29/2024 | |
6.4.2 | 488,966 | 4/21/2024 | |
6.4.1 | 2,123 | 4/21/2024 | |
6.4.0 | 1,537 | 4/20/2024 | |
6.3.4 | 2,544,799 | 1/23/2024 | |
6.3.4-rc | 643 | 1/23/2024 | |
6.3.4-beta | 610 | 1/23/2024 | |
6.3.3 | 23,743 | 1/14/2024 | |
6.3.2 | 2,118 | 1/14/2024 | |
6.3.0 | 2,235 | 1/14/2024 | |
6.2.6 | 21,119 | 1/1/2024 | |
6.2.5 | 2,324 | 12/30/2023 | |
6.2.4 | 104,002 | 12/6/2023 | |
6.2.3 | 7,146 | 12/3/2023 | |
6.2.3-beta | 822 | 12/2/2023 | |
6.2.2 | 1,017,578 | 10/9/2023 | |
6.2.1 | 2,207,504 | 4/10/2023 | |
6.2.0 | 101,694 | 2/25/2023 | |
6.1.1 | 65,937 | 1/27/2023 | |
6.1.1-rc | 1,208 | 1/27/2023 | |
6.1.1-beta | 1,170 | 1/27/2023 | |
6.1.0 | 18,842 | 1/26/2023 | |
6.0.5 | 49,522 | 1/2/2023 | |
6.0.5-alpha | 1,211 | 12/30/2022 | |
6.0.4 | 3,428 | 12/30/2022 | |
6.0.4-rc6 | 1,170 | 12/30/2022 | |
6.0.4-rc5 | 1,203 | 12/30/2022 | |
6.0.4-rc3 | 1,187 | 12/30/2022 | |
6.0.4-rc | 1,149 | 12/29/2022 | |
6.0.4-beta | 1,213 | 12/29/2022 | |
6.0.4-alpha | 1,249 | 12/29/2022 | |
6.0.3 | 3,924 | 12/29/2022 | |
6.0.2 | 30,577 | 12/18/2022 | |
6.0.1 | 3,374 | 12/17/2022 | |
5.1.2 | 4,414 | 12/16/2022 | |
5.1.1 | 12,404 | 12/13/2022 | |
5.1.0 | 5,371 | 12/3/2022 | |
5.0.4 | 11,524 | 11/27/2022 | |
5.0.3 | 3,854 | 11/26/2022 | |
5.0.3-rc | 1,212 | 11/26/2022 | |
5.0.2-rc | 1,171 | 11/26/2022 | |
5.0.1 | 4,344 | 11/19/2022 | |
4.0.2 | 8,609 | 11/13/2022 | |
3.2.3 | 4,680 | 10/26/2022 | |
3.2.1 | 3,673 | 10/23/2022 | |
3.2.0 | 3,340 | 10/23/2022 | |
3.0.1 | 3,869 | 10/18/2022 | |
3.0.0 | 3,656 | 10/16/2022 | |
2.0.3 | 17,874 | 6/29/2022 | |
2.0.2 | 18,839 | 3/13/2022 | |
2.0.1 | 3,812 | 3/13/2022 | |
2.0.0 | 3,892 | 3/11/2022 | |
1.1.0 | 5,083 | 12/11/2021 | |
1.0.1 | 3,802 | 11/22/2021 | |
1.0.0 | 4,429 | 11/22/2021 |
Allowed changing of max requests, getting request counts and force releasing locks.