Rystem.Concurrency 9.0.0

dotnet add package Rystem.Concurrency --version 9.0.0                
NuGet\Install-Package Rystem.Concurrency -Version 9.0.0                
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.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.Concurrency --version 9.0.0                
#r "nuget: Rystem.Concurrency, 9.0.0"                
#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 Rystem.Concurrency as a Cake Addin
#addin nuget:?package=Rystem.Concurrency&version=9.0.0

// Install Rystem.Concurrency as a Cake Tool
#tool nuget:?package=Rystem.Concurrency&version=9.0.0                

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. 
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.0.0 31,816 11/16/2024
9.0.0-rc.1 93 10/18/2024
6.2.0 219,005 10/9/2024
6.1.1 127 10/9/2024
6.1.0 47,904 9/29/2024
6.0.24 181 9/11/2024
6.0.23 340,059 7/18/2024
6.0.21 159 6/18/2024
6.0.20 727,809 6/16/2024
6.0.19 30,389 6/14/2024
6.0.18 142 6/14/2024
6.0.17 155 6/14/2024
6.0.16 49,981 6/10/2024
6.0.15 155 6/9/2024
6.0.14 165 5/24/2024
6.0.13 146 5/23/2024
6.0.12 132 5/23/2024
6.0.11 145 5/20/2024
6.0.9 140 5/19/2024
6.0.7 125 5/18/2024
6.0.6 148 5/10/2024
6.0.5 148 5/10/2024
6.0.4 170 4/3/2024
6.0.3 1,300 3/25/2024
6.0.2 2,379 3/11/2024
6.0.1 135 3/8/2024
6.0.0 379 11/21/2023
6.0.0-rc.6 110 10/25/2023
6.0.0-rc.5 80 10/25/2023
6.0.0-rc.4 76 10/23/2023
6.0.0-rc.3 70 10/19/2023
6.0.0-rc.2 83 10/18/2023
6.0.0-rc.1 84 10/16/2023
5.0.20 529 9/25/2023
5.0.19 1,117 9/10/2023
5.0.18 365 9/6/2023
5.0.17 346 9/6/2023
5.0.16 324 9/5/2023
5.0.15 336 9/5/2023
5.0.14 344 9/5/2023
5.0.13 455 9/1/2023
5.0.12 317 8/31/2023
5.0.11 346 8/30/2023
5.0.10 349 8/29/2023
5.0.9 338 8/24/2023
5.0.8 340 8/24/2023
5.0.7 334 8/23/2023
5.0.6 335 8/21/2023
5.0.5 355 8/21/2023
5.0.4 365 8/16/2023
5.0.3 422 8/2/2023
5.0.2 373 8/2/2023
5.0.1 409 8/1/2023
5.0.0 404 7/31/2023
4.1.26 728 7/20/2023
4.1.25 383 7/16/2023
4.1.24 589 6/13/2023
4.1.23 401 6/13/2023
4.1.22 399 5/30/2023
4.1.21 409 5/20/2023
4.1.20 315,607 4/19/2023
4.1.19 95,194 3/20/2023
4.1.18 482 3/20/2023
4.1.17 481 3/16/2023
4.1.16 505 3/16/2023
4.1.15 942 3/15/2023
4.1.14 2,182 3/9/2023
4.1.13 504 3/7/2023
4.1.12 542 2/9/2023
4.1.11 553 1/26/2023
4.1.10 559 1/22/2023
4.1.9 566 1/20/2023
4.1.8 568 1/18/2023
4.1.7 591 1/18/2023
4.1.6 555 1/17/2023
4.1.1 540 1/4/2023
4.1.0 555 12/30/2022
3.0.25 736 12/21/2022
3.0.24 798 11/18/2022
3.0.23 771 11/18/2022
3.0.22 816 11/15/2022
3.0.21 804 11/14/2022
3.0.20 772 11/13/2022
3.0.19 812 11/2/2022
3.0.18 835 11/2/2022
3.0.17 851 10/29/2022
3.0.16 855 10/29/2022
3.0.15 867 10/29/2022
2.0.6 917 9/20/2022
2.0.5 1,173 9/20/2022
2.0.4 920 9/20/2022
2.0.3 492 9/20/2022
2.0.1 1,001 9/13/2022
2.0.0 833 8/19/2022
1.1.24 1,076 7/30/2022
1.1.23 936 7/29/2022
1.1.22 480 7/29/2022
1.1.21 912 7/29/2022
1.1.20 947 7/29/2022
1.1.19 983 7/27/2022
1.1.17 937 7/27/2022
1.1.16 498 7/26/2022
1.1.15 947 7/25/2022
1.1.14 949 7/25/2022
1.1.13 939 7/22/2022
1.1.12 936 7/19/2022
1.1.11 969 7/19/2022
1.1.10 955 7/19/2022
1.1.9 963 7/19/2022
1.1.8 958 7/18/2022
1.1.7 972 7/18/2022
1.1.6 955 7/18/2022
1.0.5 518 7/17/2022
1.0.4 950 7/17/2022
1.0.2 1,003 7/17/2022
1.0.1 478 7/12/2022
1.0.0 1,531 7/8/2022
0.10.7 1,023 7/8/2022
0.9.12 960 6/30/2022
0.9.11 923 6/29/2022
0.9.10 985 6/28/2022
0.9.9 507 6/27/2022