SimpleHelpers.ParallelTasks 1.3.3

dotnet add package SimpleHelpers.ParallelTasks --version 1.3.3
NuGet\Install-Package SimpleHelpers.ParallelTasks -Version 1.3.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleHelpers.ParallelTasks" Version="1.3.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleHelpers.ParallelTasks --version 1.3.3
#r "nuget: SimpleHelpers.ParallelTasks, 1.3.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleHelpers.ParallelTasks as a Cake Addin
#addin nuget:?package=SimpleHelpers.ParallelTasks&version=1.3.3

// Install SimpleHelpers.ParallelTasks as a Cake Tool
#tool nuget:?package=SimpleHelpers.ParallelTasks&version=1.3.3

ParallelTasks is a simple to use consumer-producer multithreading helper.
(C# - Source file).

Note: this nuget package contains c# source code and depends on .Net 4.0.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SimpleHelpers.ParallelTasks:

Repository Stars
thelinuxlich/artemis_CSharp
Artemis Entity System Framework ported to C#
Version Downloads Last updated
1.3.3 1,305 3/14/2016
1.3.2 1,108 10/15/2015
1.3.1 1,125 6/12/2015
1.3.0 991 6/12/2015
1.2.1 1,027 5/22/2015
1.2.0 986 5/11/2015
1.1.0 1,056 3/9/2015
1.0.0 1,394 2/19/2015

1.3.2
* Improved thread creation logic
1.2.0
* Internal thread creation now use Tasks