A n o t h e r b i g c h a n g e
This commit is contained in:
@@ -56,6 +56,7 @@ void genericModel::extractAndLoad(int tarStart, int tarSize) {
|
||||
std::thread t{[this](){
|
||||
func();
|
||||
blocker.lock();
|
||||
blocker.unlock();
|
||||
func();
|
||||
}};
|
||||
t.detach();
|
||||
|
||||
Reference in New Issue
Block a user