More thread contention removal

This commit is contained in:
gingerBill
2025-09-10 20:51:52 +01:00
parent 0476d33a6c
commit 34e3d30780
3 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ struct GenProcsData {
struct GenTypesData {
Array<Entity *> types;
RecursiveMutex mutex;
BlockingMutex mutex;
};
struct Defineable {