July 27, 2016
https://issues.dlang.org/show_bug.cgi?id=16324

--- Comment #1 from Moritz Maxeiner <moritz@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.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=16324

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--