Re: Is there some kind of Blocking Queue for D?

2025-07-12 Thread monkyyy via Digitalmars-d-learn
On Sunday, 13 July 2025 at 00:35:42 UTC, Jonathan M Davis wrote: And when the code is open source, if someone wants to use it, they can always just copy it into their own code and do whatever they want with it Not necessarily true, part of the issue with autodecoding is that string.front is

Re: Is there some kind of Blocking Queue for D?

2025-07-12 Thread Jonathan M Davis via Digitalmars-d-learn
On Saturday, July 12, 2025 5:55:39 PM Mountain Daylight Time Ali Çehreli via Digitalmars-d-learn wrote: > On 7/11/25 11:36 PM, Bienlein wrote: > > > Unhappily class MessageBox is private and therefore cannot be reused. > > Ah! :) That's one more data point against 'private', that little feature >

Re: Is there some kind of Blocking Queue for D?

2025-07-12 Thread Ali Çehreli via Digitalmars-d-learn
On 7/11/25 11:36 PM, Bienlein wrote: > Unhappily class MessageBox is private and therefore cannot be reused. Ah! :) That's one more data point against 'private', that little feature that helps with nothing. I don't know what language invented it but I wouldn't be surprised if it came to D from