Fix thread join crash when thread unused
matthewvon
released this
14 Nov 15:04
·
5 commits
to master
since this release
New option to disable worker thread lead to shutdown crash. Calling thread::join() on unused thread object bad. Appears protective call to thread::joinable() is safe and fixes problem.