Info
Version: | 1.0.4-custom |
Author(s): | Andreia Gaita, Microsoft Corporation |
Last Update: | Wednesday, August 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://msdn.microsoft.com/en-us/library/dd460717.aspx |
NuGet Url: | https://www.nuget.org/packages/TaskParallelLibrary.Repackaged |
Install
Install-Package TaskParallelLibrary.Repackaged
dotnet add package TaskParallelLibrary.Repackaged
paket add TaskParallelLibrary.Repackaged
TaskParallelLibrary.Repackaged Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
The package includes:
* Task<T> for executing asynchronous operations.
* Concurrent Collections such as ConcurrentStack, ConcurentQueue ad ConcurrentDictionary.
* PLINQ for writing parallel queries.
* additional Threading operations such as Barrier,SpinLock and SpinWait.