C#C
C#3y ago
Boggo

❔ Wait until Queue isnt empty

The obvious solution would be to run an infinite loop with an if condition, but this hardly seems an effective solution. Is there a way to pause the program until the queue has some data in it?
Was this page helpful?