TNX.GridEach
2.0.1
dotnet add package TNX.GridEach --version 2.0.1
NuGet\Install-Package TNX.GridEach -Version 2.0.1
<PackageReference Include="TNX.GridEach" Version="2.0.1" />
paket add TNX.GridEach --version 2.0.1
#r "nuget: TNX.GridEach, 2.0.1"
// Install TNX.GridEach as a Cake Addin #addin nuget:?package=TNX.GridEach&version=2.0.1 // Install TNX.GridEach as a Cake Tool #tool nuget:?package=TNX.GridEach&version=2.0.1
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- System.Interactive (>= 3.1.1)
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.