Skip to content

6.0.7

Compare
Choose a tag to compare
@dktapps dktapps released this 08 Aug 14:08
· 101 commits to fork since this release
00f4b7a

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 called join() 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).