TNX.GridEach
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
Install-Package TNX.GridEach -Version 2.0.1
dotnet add package TNX.GridEach --version 2.0.1
<PackageReference Include="TNX.GridEach" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TNX.GridEach --version 2.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TNX.GridEach, 2.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- System.Interactive (>= 3.1.1)
Used By
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.