Assert in child thread exits without error message?

Ali Çehreli acehreli at yahoo.com
Thu Jun 4 19:16:28 UTC 2026


[Sending to the forum as well.]

On 6/4/26 3:34 AM, FinalEvilution wrote:

 > as I'd think someone other than me would have tripped over this by now.

This topic is a part of a presentation of mine at this point:

   https://youtu.be/dRORNQIB2wA?t=1735

I recommend each thread catching their threads to communicate their exit 
on slide 79. There is a complete program on slide 91.

The code can be made more useful by using a function template for thread 
entry for all thread functions instead of writing a special one like 
workerThread() for each thread. In fact, that's what I did in 
professional D code of mine.

Ali



More information about the Digitalmars-d-learn mailing list