Is there some kind of Blocking Queue for D?

Ali Çehreli acehreli at yahoo.com
Thu Jul 10 23:57:48 UTC 2025


On 7/10/25 7:28 AM, Bienlein wrote:

 > some blockinglist wrapper around slist

I would try std.concurrency first because its message queue is a 
blocking queue anyway if you limit the size with setMaxMailboxSize(). I 
have some examples of std.concurrency here:

   https://ddili.org/ders/d.en/concurrency.html

Ali



More information about the Digitalmars-d-learn mailing list