TNX.GridEach 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TNX.GridEach --version 2.0.0
NuGet\Install-Package TNX.GridEach -Version 2.0.0
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="TNX.GridEach" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TNX.GridEach --version 2.0.0
#r "nuget: TNX.GridEach, 2.0.0"
#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 TNX.GridEach as a Cake Addin
#addin nuget:?package=TNX.GridEach&version=2.0.0

// Install TNX.GridEach as a Cake Tool
#tool nuget:?package=TNX.GridEach&version=2.0.0

The easiest way to have fixed thread number parallelism in LINQ on any processor environment!

int threadNum=32;
[my IEnumerable].GridEach(threadNum, x=> DoWork(x));


q: info@antonioesposito.it

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TNX.GridEach:

Package Downloads
TNX.AzureStoragePriorityQueueReader

PriorityStorageQueueReader is a priority based reader message reader for Azure Queue that supports great multi-threading processing capability A single reader may read form multiple queues within the same storage account and process on multiple handlers new PriorityStorageQueueReader(cnn , new QueueMessageReceiveHandler(1, "999-test1", OnNext) , new QueueMessageReceiveHandler(2, "999-test2", OnNext) , new QueueMessageReceiveHandler(3, "999-test3", OnNext) )) q: info@antonioesposito.it

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 1,107 5/31/2018
2.0.0 970 5/31/2018
1.0.0 1,686 5/21/2018