dthreads: patch early join of destructable threads
There is a flaw in the original implementation that causes dt_join
to exit before the destructor runs. This patch does not fix this flaw, but covers it.
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
There is a flaw in the original implementation that causes dt_join
to exit before the destructor runs. This patch does not fix this flaw, but covers it.