[Issue 16324] std.parallelism taskPool does not terminate daemon threads

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 27 03:31:34 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16324

--- Comment #1 from Moritz Maxeiner <moritz at ucworks.org> ---
> The destructor quoted above needs to be fixed so that it does not try to join daemon threads.

To expand further on this: Since the destructor's supposed job is to kill
daemon threads (which it should not do, the point of daemon threads is that
this happens automatically), I would propose to just get rid of the entire
destructor.

--


More information about the Digitalmars-d-bugs mailing list