MindLab.Threading 提供了一系列支持async/await操作的线程同步对象,如异步锁(CasLock、MonitorLock)、异步阻塞集合(AsyncBlockingCollection)、异步读写锁(AsyncReaderWriterLock)。.
Info
Version: | 1.0.2 |
Author(s): | lonverce |
Last Update: | Sunday, March 22, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lonverce/MindLab.Threading |
NuGet Url: | https://www.nuget.org/packages/MindLab.Threading |
Install
Install-Package MindLab.Threading
dotnet add package MindLab.Threading
paket add MindLab.Threading
MindLab.Threading Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.0)
No dependencies.