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

Версия 1.1 от Alexandr Fokin на 2020/11/30 21:09

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

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

Теги: