关于[Productive Rage - Parallelising (LINQ) work in C#]的摘要:
For computationally-expensive work that can be split up into tasks for LINQ "Select" calls, .NET provides a convenient way to execute this code on multiple threads. This "parallelism" should not be confused with "concurrency", which is what async / await is for.
原文地址: https://www.productiverage.com/parallelising-linq-work-in-c-sharp