Tools/vmap_assembler: Multithread building vmaps

This commit is contained in:
Shauren
2024-07-06 12:56:59 +02:00
parent a0f13391a0
commit 11a252e601
4 changed files with 92 additions and 48 deletions

View File

@@ -40,6 +40,11 @@ public:
_impl.join();
}
void Stop()
{
_impl.stop();
}
private:
boost::asio::thread_pool _impl;
};