TaskParallelLibrary 1.0.2856

.NET Framework 3.5
Install-Package TaskParallelLibrary -Version 1.0.2856
dotnet add package TaskParallelLibrary --version 1.0.2856
<PackageReference Include="TaskParallelLibrary" Version="1.0.2856" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TaskParallelLibrary --version 1.0.2856
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TaskParallelLibrary, 1.0.2856"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install TaskParallelLibrary as a Cake Addin
#addin nuget:?package=TaskParallelLibrary&version=1.0.2856

// Install TaskParallelLibrary as a Cake Tool
#tool nuget:?package=TaskParallelLibrary&version=1.0.2856
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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.

Product Versions
.NET Framework net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on TaskParallelLibrary:

Package Downloads
DotNetAuth

A simple implementation of OAuth 1.0a and OAuth 2.0 protocols only supporting the consumer serverside flow. Complemented by DotNetAuth.Profiles to make it more better.

JetBrains.ReSharper.TestRunner.Abstractions

Interfaces and helpers to build an adapter for ReSharper Test Runner

JetBrains.Lifetimes

JetBrains Core library for graceful disposal, concurrency and reactive programming

JetBrains.RdFramework

JetBrains Networking library for reactive distributed communication

Version Downloads Last updated
1.0.2856 0 06.02.2022

This backport was shipped with the Reactive Extensions (Rx) library up until v1.0.2856.0. It can be downloaded from https://www.microsoft.com/download/en/details.aspx?id=24940 .