Allows using SemaphoreSlim locks by a given key of any type.
Info
| Version: | 1.0.0 |
| Author(s): | Douglas Gross |
| Last Update: | Monday, March 4, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/doug144/KeyedLocks |
| NuGet Url: | https://www.nuget.org/packages/KeyedLock |
Install
Install-Package KeyedLock
dotnet add package KeyedLock
paket add KeyedLock
KeyedLock Download (Unzip the "nupkg" after downloading)
Dependencies
- system.threading(>= 4.3.0)