[Issue 11309] std.concurrency: OwnerTerminated message doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 11 05:07:51 PST 2013


https://d.puremagic.com/issues/show_bug.cgi?id=11309



--- Comment #14 from Atila Neves <atila.neves at gmail.com> 2013-11-11 05:07:47 PST ---
(In reply to comment #8)
> We're taking on a new liability of the runtime here. AFAIK the following
> behavior isn't documented anywhere.
> Threads are joined in the same order they were created (slightly less strict,
> parent threads are joined before their child threads). An argumentation for
> this is that a child thread is an owned resource of the parent thread so the
> parent thread must have the chance to join or terminate this resource in it's
> thread dtor.

Maybe, but this used to work in the previous version and is a blocking bug for
me.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list