linksplatform / Threading

LinksPlatform's Platform.Threading Class Library
https://linksplatform.github.io/Threading
The Unlicense
0 stars 2 forks source link

Do we really need ConcurrentQueueExtensions? #25

Open Konard opened 4 years ago

Konard commented 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.