mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
fix(Core/Shutdown): add checks to see if MapUpdater threads are joineable (#7450)
This commit is contained in:
@@ -74,11 +74,6 @@ MapUpdater::MapUpdater(): pending_requests(0)
|
||||
{
|
||||
}
|
||||
|
||||
MapUpdater::~MapUpdater()
|
||||
{
|
||||
deactivate();
|
||||
}
|
||||
|
||||
void MapUpdater::activate(size_t num_threads)
|
||||
{
|
||||
_workerThreads.reserve(num_threads);
|
||||
|
||||
Reference in New Issue
Block a user