A dumb lib to help manage read/write locks.
Info
| Version: | 0.1.0 |
| Author(s): | pauldotknopf |
| Last Update: | Friday, June 19, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/pauldotknopf/sharp-read-write-lock |
| NuGet Url: | https://www.nuget.org/packages/SharpReadWriteLock |
Install
Install-Package SharpReadWriteLock
dotnet add package SharpReadWriteLock
paket add SharpReadWriteLock
SharpReadWriteLock Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 3.1.4)
- Nito.AsyncEx(>= 5.0.0)
- ThomasLevesque.WeakEvent(>= 4.1.0)