27 октября 2023 г.
.NET Task Parallel Library vs. System.Threading.Channels
Просмотров: 11416
A friend reached out recently regarding the usage of Task Parallel Library (TPL) and ConcurrentBag in some .NET code. I inquired what the code was doing and it turns out that for each entry in some workload, it was performing some database operations and API calls. I immediately wondered if...