Skip to content

dthreads: patch early join of destructable threads

Jan Hák requested to merge dthreads_fix6 into master

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.

Merge request reports