early-access version 3467

This commit is contained in:
pineappleEA
2023-03-20 08:00:30 +01:00
parent 6cdaf33559
commit b560fc14bf
3 changed files with 17 additions and 191 deletions

View File

@@ -59,9 +59,6 @@ static void RunThread(std::stop_token stop_token, Core::System& system,
state.cv.notify_all();
}
}
// Drain the queue.
state.queue.Clear();
}
ThreadManager::ThreadManager(Core::System& system_, bool is_async_)