SimpleHelpers.ParallelTasks
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.
Install-Package SimpleHelpers.ParallelTasks -Version 1.3.3
dotnet add package SimpleHelpers.ParallelTasks --version 1.3.3
<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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleHelpers.ParallelTasks, 1.3.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
1.3.2
* Improved thread creation logic
1.2.0
* Internal thread creation now use Tasks
Dependencies
This package has no dependencies.
Used By
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#
|