Параллельность и асинхронность

Редактировал(а) Alexandr Fokin 2023/01/11 15:19

Проблема реализации совмещения Parallel или PLINQ с Async

UDP: Сейчас есть Parallel.ForEachAsync.


Running async methods in parallel
https://stackoverflow.com/questions/38634376/running-async-methods-in-parallel

How to correctly write Parallel.For with async methods
https://stackoverflow.com/questions/19284202/how-to-correctly-write-parallel-for-with-async-methods

Implementing a simple ForEachAsync, part 2
https://devblogs.microsoft.com/pfxteam/implementing-a-simple-foreachasync-part-2/

OldLibrary/HouseofCat.Library/Extensions/IEnumerableExtensions.cs
https://github.com/houseofcat/OldLibrary/blob/master/HouseofCat.Library/Extensions/IEnumerableExtensions.cs

dotnet/runtime Async parallel foreach #1946
https://github.com/dotnet/runtime/issues/1946

Теги: