You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.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.
The text was updated successfully, but these errors were encountered:
.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.The text was updated successfully, but these errors were encountered: