Info
Version: | 1.0.1 |
Author(s): | Matheus Moreira |
Last Update: | Tuesday, October 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mmoreira2000/BigHelp |
NuGet Url: | https://www.nuget.org/packages/BigHelp.Threading |
Install
Install-Package BigHelp.Threading
dotnet add package BigHelp.Threading
paket add BigHelp.Threading
BigHelp.Threading Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.1
- NETStandard.Library(>= 1.6.1)
- System.Threading.Thread(>= 4.3.0)
Tags
* A class for the creation of Named Lock objects
* Helper classes for running asynchronous code synchronously without the risk of DeadLocks
* A class for running code in a separate thread safely.