Open Konard opened 4 years ago
.NET contains Task.WaitAll method, and it can be enough to use it. That also means that ConcurrentQueueExtensions can be deleted, as these methods promote a worse design than Task.WaitAll method.
Task.WaitAll
.NET contains
Task.WaitAll
method, and it can be enough to use it. That also means that ConcurrentQueueExtensions can be deleted, as these methods promote a worse design thanTask.WaitAll
method.