| languages |
|
||
|---|---|---|---|
| products |
|
||
| page_type | sample | ||
| name | .NET Standard parallel extensions extras | ||
| urlFragment | parallel-programming-extensions-extras-cs | ||
| description | 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/
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.