6.0.7
Changes since 6.0.6
- Thread shutdown handlers are now called immediately when a thread's
run()
exits. Previously, this wouldn't happen until the parent thread calledjoin()
or stopped referencing the thread object. Thread::getCurrentThread()
now works properly inside shutdown handlers (#68).- Fixed potential global deadlock when inside a shutdown handler (#67).