Info
Version: | 1.2.2 |
Author(s): | Peter Waher |
Last Update: | Friday, September 20, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PeterWaher/IoTGateway/tree/master/Runtime/Waher.Runtime.Threading |
NuGet Url: | https://www.nuget.org/packages/Waher.Runtime.Threading |
Install
Install-Package Waher.Runtime.Threading
dotnet add package Waher.Runtime.Threading
paket add Waher.Runtime.Threading
Waher.Runtime.Threading Download (Unzip the "nupkg" after downloading)
Dependencies
- Waher.Events(>= 1.0.13)
- Waher.Runtime.Cache(>= 1.0.4)
- NETStandard.Library(>= 1.6.1)
Tags
Support for async entry into read and/or write states, allowing for complex lock management in asynchronous methods, where different sections of the code are executed by different working threads.