-
- Downloads
sched: don't auto-join detached threads from the destructor
Detached threads delete themselves, so the auto-join creates an infinite loop. Avoid by checking whether this is a detached thread when destroying it.
Loading
Please register or sign in to comment