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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 29 12:05:06 PDT 2013


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



--- Comment #8 from Martin Nowak <code at dawg.eu> 2013-10-29 12:04:58 PDT ---
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.

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


More information about the Digitalmars-d-bugs mailing list