A n o t h e r b i g c h a n g e

This commit is contained in:
msqr1
2024-03-24 22:56:28 -07:00
parent 1d4bb738a6
commit 1340e1430f
11 changed files with 32 additions and 7159 deletions

View File

@@ -56,6 +56,7 @@ void genericModel::extractAndLoad(int tarStart, int tarSize) {
std::thread t{[this](){
func();
blocker.lock();
blocker.unlock();
func();
}};
t.detach();