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.