Is there some kind of Blocking Queue for D?

Bienlein ffm2002 at web.de
Thu Jul 10 09:22:30 UTC 2025


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


More information about the Digitalmars-d-learn mailing list