System.Threading.Tasks.Parallel 4.0.1-beta-23225
Provides the System.Threading.Tasks.Parallel class, which adds support for running loops and iterators in parallel.
Commonly Used Types:
System.Threading.Tasks.Parallel
System.Threading.Tasks.ParallelLoopState
System.Threading.Tasks.ParallelLoopResult
System.Threading.Tasks.ParallelOptions
Showing the top 20 packages that depend on System.Threading.Tasks.Parallel.
| Packages | Downloads |
|---|---|
|
SixLabors.ImageSharp
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
|
7 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
124038c13eafa08e4bd8c2bfd04bb0633f958bc8
When using NuGet 3.x this package requires at least version 3.4.
|
7 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
cca5d72d48c1dd5633e92a8f2f8f3a4b9f9ff774
When using NuGet 3.x this package requires at least version 3.4.
|
7 |
|
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
caa7b7e2bad98e56a687fb5cbaf60825500800f7
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
209f8aa25c26bad137112523118aea6fe862b6c7
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
2d61d0b043915bc948ebf98836fefe9ba942be11
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
7f262f453d8c8479b9af91d34c013b3aa05bc1ff
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
17373eb129b3b05aa18ece963f8795d65ef8ea54
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
f2c3216183d20416568a4bbf5bb7d153e826f153
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
40c565230930ead58a50719c0ec799df77bddee9
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files.
|
6 |
|
Microsoft.NETCore.App
A set of .NET API's that are included in the default .NET Core application model.
1a165a1588309bd8c34f77e1f926e6dbf6ae30d0
When using NuGet 3.x this package requires at least version 3.4.
|
6 |
|
SixLabors.ImageSharp
A cross-platform library for the processing of image files; written in C#
|
5 |
|
CommunityToolkit.HighPerformance
This package includes high performance .NET Standard helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
|
5 |
.NET Framework 4.5
- No dependencies.
.NETCore 5.0
- System.Runtime.Extensions (>= 4.0.10)
- System.Threading (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Collections.Concurrent (>= 4.0.10)
- System.Threading.Tasks (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.20)
- System.Diagnostics.Tracing (>= 4.0.20)
.NETPlatform 5.0
- System.Runtime.Extensions (>= 4.0.10)
- System.Diagnostics.Debug (>= 4.0.10)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Diagnostics.Tracing (>= 4.0.20)
- System.Threading.Tasks (>= 4.0.10)
- System.Collections.Concurrent (>= 4.0.10)
- System.Runtime (>= 4.0.20)
- System.Threading (>= 4.0.10)
WindowsPhoneApp 8.1
- No dependencies.
Windows 8.0
- No dependencies.
| Version | Downloads | Last updated |
|---|---|---|
| 4.3.0 | 6 | 08/29/2025 |
| 4.3.0-preview1-24530-04 | 2 | 08/29/2025 |
| 4.0.1 | 3 | 08/29/2025 |
| 4.0.1-rc2-24027 | 4 | 08/23/2025 |
| 4.0.1-beta-23516 | 4 | 08/23/2025 |
| 4.0.1-beta-23409 | 3 | 09/19/2025 |
| 4.0.1-beta-23225 | 3 | 09/19/2025 |
| 4.0.0 | 4 | 08/29/2025 |
| 4.0.0-beta-23109 | 3 | 09/19/2025 |
| 4.0.0-beta-23019 | 3 | 09/19/2025 |
| 4.0.0-beta-22816 | 2 | 09/19/2025 |
| 4.0.0-beta-22605 | 1 | 11/27/2025 |
| 4.0.0-beta-22416 | 2 | 05/24/2025 |
| 4.0.0-beta-22231 | 2 | 08/29/2025 |