mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Tools/vmap_assembler: Multithread building vmaps
This commit is contained in:
@@ -40,6 +40,11 @@ public:
|
||||
_impl.join();
|
||||
}
|
||||
|
||||
void Stop()
|
||||
{
|
||||
_impl.stop();
|
||||
}
|
||||
|
||||
private:
|
||||
boost::asio::thread_pool _impl;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user