Rystem.Concurrency 9.0.23

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.Concurrency --version 9.0.23
                    
NuGet\Install-Package Rystem.Concurrency -Version 9.0.23
                    
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="Rystem.Concurrency" Version="9.0.23" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.Concurrency" Version="9.0.23" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.Concurrency" />
                    
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 Rystem.Concurrency --version 9.0.23
                    
#r "nuget: Rystem.Concurrency, 9.0.23"
                    
#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.
#:package Rystem.Concurrency@9.0.23
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.Concurrency&version=9.0.23
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.Concurrency&version=9.0.23
                    
Install as a Cake Tool

What is Rystem?

Concurrency

Async Lock

A lock keyword is used in C# to lock a memory address to have a sort of execution queue. But, unfortunately, you cannot use async methods in the lock statement. With async lock you also may have the lock behavior for your async methods. In DI you have to add the lock service

services.AddLock();

Inject ILock and use it

ILock locking = _serviceProvider.CreateScope().ServiceProvider.GetService<ILock>();
await locking!.ExecuteAsync(() => CountAsync(2), "SampleKey");

You have the method to execute, a key for more than one concurrent lock.

Race condition

First of all, you have to understand the race condition here In DI you have to add the lock service

services.AddRaceCondition();

Inject IRaceCodition and use it

 var raceCondition = _serviceProvider.CreateScope().ServiceProvider.GetService<IRaceCodition>();
 raceCondition!.ExecuteAsync(() => CountAsync(2), (i % 2).ToString(), TimeSpan.FromSeconds(2));

You have the method to execute, a key for more than one concurrent race, and a time span for time window, if you put 2 seconds, you block the execution of further methods for 2 seconds from when first method started.

ILockable

You can inject the ILockable interface for your purpose, like a distributed lock with Blob storage, or redis cache for instance.

services.AddLockableIntegration<BlobLockIntegration>();
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Rystem.Concurrency:

Package Downloads
Rystem.Test.XUnit

Rystem is a open-source framework to improve the System namespace in .Net

Rystem.BackgroundJob

Rystem.

Rystem.Concurrency.Redis

Rystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.1.2 261,737 5/29/2025
9.1.1 97,854 5/2/2025
9.0.32 186,593 4/15/2025
9.0.31 5,774 4/2/2025
9.0.30 88,769 3/26/2025
9.0.29 8,961 3/18/2025
9.0.28 197 3/17/2025
9.0.27 187 3/16/2025
9.0.26 201 3/13/2025
9.0.25 52,053 3/9/2025
9.0.23 161 3/9/2025
9.0.21 656 3/6/2025
9.0.20 19,522 3/6/2025
9.0.19 263 3/6/2025
9.0.18 255 3/4/2025
9.0.17 150 3/1/2025
9.0.16 146 3/1/2025
9.0.15 75,510 2/22/2025
9.0.14 22,556 2/18/2025
9.0.13 165 2/9/2025
9.0.12 217,830 1/13/2025
9.0.11 23,995 1/9/2025
9.0.10 116 1/9/2025
9.0.9 4,010 1/7/2025
9.0.8 12,492 1/6/2025
9.0.7 143 1/6/2025
9.0.5 19,091 12/30/2024
9.0.4 92,307 12/23/2024
9.0.3 152 12/22/2024
9.0.2 10,705 12/21/2024
9.0.1 1,191 12/21/2024
9.0.0 173,021 11/16/2024
9.0.0-rc.1 120 10/18/2024
6.2.0 220,185 10/9/2024
6.1.1 167 10/9/2024
6.1.0 47,946 9/29/2024
6.0.24 221 9/11/2024
6.0.23 340,098 7/18/2024
6.0.21 199 6/18/2024
6.0.20 727,856 6/16/2024
6.0.19 30,438 6/14/2024
6.0.18 179 6/14/2024
6.0.17 195 6/14/2024
6.0.16 50,023 6/10/2024
6.0.15 195 6/9/2024
6.0.14 200 5/24/2024
6.0.13 180 5/23/2024
6.0.12 180 5/23/2024
6.0.11 186 5/20/2024
6.0.9 182 5/19/2024
6.0.7 159 5/18/2024
6.0.6 186 5/10/2024
6.0.5 187 5/10/2024
6.0.4 210 4/3/2024
6.0.3 1,602 3/25/2024
6.0.2 3,719 3/11/2024
6.0.1 171 3/8/2024
6.0.0 396 11/21/2023
6.0.0-rc.6 131 10/25/2023
6.0.0-rc.5 98 10/25/2023
6.0.0-rc.4 92 10/23/2023
6.0.0-rc.3 92 10/19/2023
6.0.0-rc.2 104 10/18/2023
6.0.0-rc.1 108 10/16/2023
5.0.20 558 9/25/2023
5.0.19 1,142 9/10/2023
5.0.18 392 9/6/2023
5.0.17 374 9/6/2023
5.0.16 351 9/5/2023
5.0.15 364 9/5/2023
5.0.14 377 9/5/2023
5.0.13 487 9/1/2023
5.0.12 347 8/31/2023
5.0.11 378 8/30/2023
5.0.10 381 8/29/2023
5.0.9 375 8/24/2023
5.0.8 370 8/24/2023
5.0.7 363 8/23/2023
5.0.6 362 8/21/2023
5.0.5 382 8/21/2023
5.0.4 395 8/16/2023
5.0.3 454 8/2/2023
5.0.2 403 8/2/2023
5.0.1 440 8/1/2023
5.0.0 440 7/31/2023
4.1.26 779 7/20/2023
4.1.25 416 7/16/2023
4.1.24 627 6/13/2023
4.1.23 440 6/13/2023
4.1.22 435 5/30/2023
4.1.21 449 5/20/2023
4.1.20 315,645 4/19/2023
4.1.19 95,231 3/20/2023
4.1.18 520 3/20/2023
4.1.17 519 3/16/2023
4.1.16 548 3/16/2023
4.1.15 982 3/15/2023
4.1.14 2,222 3/9/2023
4.1.13 553 3/7/2023
4.1.12 585 2/9/2023
4.1.11 601 1/26/2023
4.1.10 606 1/22/2023
4.1.9 611 1/20/2023
4.1.8 609 1/18/2023
4.1.7 637 1/18/2023
4.1.6 597 1/17/2023
4.1.1 581 1/4/2023
4.1.0 596 12/30/2022
3.0.25 776 12/21/2022
3.0.24 841 11/18/2022
3.0.23 819 11/18/2022
3.0.22 862 11/15/2022
3.0.21 845 11/14/2022
3.0.20 817 11/13/2022
3.0.19 853 11/2/2022
3.0.18 878 11/2/2022
3.0.17 900 10/29/2022
3.0.16 895 10/29/2022
3.0.15 912 10/29/2022
2.0.6 961 9/20/2022
2.0.5 1,220 9/20/2022
2.0.4 964 9/20/2022
2.0.3 537 9/20/2022
2.0.1 1,051 9/13/2022
2.0.0 879 8/19/2022
1.1.24 1,127 7/30/2022
1.1.23 985 7/29/2022
1.1.22 536 7/29/2022
1.1.21 965 7/29/2022
1.1.20 998 7/29/2022
1.1.19 1,036 7/27/2022
1.1.17 987 7/27/2022
1.1.16 546 7/26/2022
1.1.15 1,001 7/25/2022
1.1.14 1,003 7/25/2022
1.1.13 993 7/22/2022
1.1.12 986 7/19/2022
1.1.11 1,021 7/19/2022
1.1.10 1,004 7/19/2022
1.1.9 1,016 7/19/2022
1.1.8 1,007 7/18/2022
1.1.7 1,025 7/18/2022
1.1.6 1,008 7/18/2022
1.0.5 566 7/17/2022
1.0.4 1,002 7/17/2022
1.0.2 1,053 7/17/2022
1.0.1 528 7/12/2022
1.0.0 1,578 7/8/2022
0.10.7 1,073 7/8/2022
0.9.12 1,007 6/30/2022
0.9.11 974 6/29/2022
0.9.10 1,038 6/28/2022
0.9.9 556 6/27/2022