fix(Core/Shutdown): add checks to see if MapUpdater threads are joineable (#7450)

This commit is contained in:
Petric
2021-11-24 10:41:49 +00:00
committed by GitHub
parent fc16abc30e
commit 11373cd78a
4 changed files with 3 additions and 7 deletions

View File

@@ -74,11 +74,6 @@ MapUpdater::MapUpdater(): pending_requests(0)
{
}
MapUpdater::~MapUpdater()
{
deactivate();
}
void MapUpdater::activate(size_t num_threads)
{
_workerThreads.reserve(num_threads);