List.Parallel
1.0.2
dotnet add package List.Parallel --version 1.0.2
NuGet\Install-Package List.Parallel -Version 1.0.2
<PackageReference Include="List.Parallel" Version="1.0.2" />
<PackageVersion Include="List.Parallel" Version="1.0.2" />
<PackageReference Include="List.Parallel" />
paket add List.Parallel --version 1.0.2
#r "nuget: List.Parallel, 1.0.2"
#:package List.Parallel@1.0.2
#addin nuget:?package=List.Parallel&version=1.0.2
#tool nuget:?package=List.Parallel&version=1.0.2
See library.fs - the code will tell you all you need to use this library.
Legend:
Parallelism mechanism:
PT → Task Parallel Library (TPL)-based. Underlying mechanism: TPL's Parallel.For/ForEach (data-parallel partitioner)
AW → Async Workflow-based. Underlying mechanism: F# Async workflows composed via Async.Parallel
Workload / behavior modifiers:
CPU → CPU-bound operations
IO → I/O-bound operations
Token → variant with built-in cancellation support (via CancellationToken)
Async → asynchronous variant
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- FSharp.Core (>= 10.1.302)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2 | 102 | 7/19/2026 |