Hello,I'm looking for some kind of blocking queue for D, that is if the queue is empty the thread doing a take on the queue is blocked until an item has been added to the queue. Couldn't find anything in the standard library.
Thank you, Oliver
Bienlein via Digitalmars-d-learn Thu, 10 Jul 2025 02:26:33 -0700
Hello,I'm looking for some kind of blocking queue for D, that is if the queue is empty the thread doing a take on the queue is blocked until an item has been added to the queue. Couldn't find anything in the standard library.
Thank you, Oliver