clarify thread names

This commit is contained in:
Lion Kortlepel
2021-11-21 03:19:02 +01:00
parent 097e52674b
commit 7169e65305
3 changed files with 20 additions and 15 deletions

View File

@@ -48,6 +48,7 @@ void TLuaEngine::operator()() {
}
auto ResultCheckThread = std::thread([&] {
RegisterThread("ResultCheckThread");
while (!mShutdown) {
std::this_thread::sleep_for(std::chrono::milliseconds(100));
std::unique_lock Lock(mResultsToCheckMutex);