关于[Parallel.ForEachAsync in .NET 6]的摘要:
Great tweet from Oleg Kyrylchuk (follow him!) showing how cool Parallel.ForEachAsync is in .NET 6. It's new! Let's look at this clean bit of code in .NET 6 that calls the public GitHub API and retrieves n number of names and bios, given a list of GitHub users
原文地址: https://www.hanselman.com/blog/parallelforeachasync-in-net-6