你的位置: 码友网首页 / 资讯源列表 / Productive Rage - Parallelising (LINQ) work in C#

关于[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

收录时间: 2021-08-11 浏览量: 936 分类: C#

| 0 收藏 | 0