Skip to content

1.37.31: Simplify ThreadPool::isRunning (#1391)

Compare
Choose a tag to compare
@kripken kripken released this 31 Jan 17:10
6bc9700
* simplify ThreadPool::isRunning: it doesn't need to be static and to go through the global unique_ptr

* it's undefined behavior to access the threadpool from a shutting down thread, as the parent is being destroyed