Info
Version: | 3.2.1 |
Author(s): | NeoSmart Technologies, Mahmoud Al-Qudsi |
Last Update: | Monday, January 10, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://neosmart.net/blog/2017/asynclock-an-asyncawait-friendly-locking-library-for-c-and-net/ |
NuGet Url: | https://www.nuget.org/packages/NeoSmart.AsyncLock |
Install
Install-Package NeoSmart.AsyncLock
dotnet add package NeoSmart.AsyncLock
paket add NeoSmart.AsyncLock
NeoSmart.AsyncLock Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- NETStandard.Library(>= 1.6.1)
No dependencies.
Tags
Handles async recursion correctly - note that Nito.AsyncEx does not!.