Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1018 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 1018 Bytes
languages products page_type name urlFragment description
csharp
dotnet
dotnet-standard
sample
.NET Standard parallel extensions extras
parallel-programming-extensions-extras-cs
A .NET Standard 2.1 port of the original .NET Framework class library from 2010 - containing parallel programming extensions.

The Official GitHub source: https://github.com/dotnet/samples/tree/master/csharp/parallel/ParallelExtensionsExtras

The Official Microsoft source: https://docs.microsoft.com/en-us/samples/dotnet/samples/parallel-programming-extensions-extras-cs/

.NET Standard parallel extensions extras

In 2010, Stephen Toub authored a blog series called "A Tour of ParallelExtensionsExtras"". At the time, there was a companion library of extensions that was based on .NET Framework 4. The sample source code has been ported from the original to .NET Standard 2.1.