More threadpool bs

This commit is contained in:
Dynamitos
2021-12-02 13:00:03 +01:00
parent 5fafdda770
commit 9e3a2446ce
37 changed files with 488 additions and 541 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "MinimalEngine.h"
Seele::Map<void *, void *> registeredObjects;
std::map<void *, void *> registeredObjects;
std::mutex registeredObjectsLock;