Use a RwMutex instead of BlockingMutex

This commit is contained in:
gingerBill
2025-09-10 21:00:43 +01:00
parent 34e3d30780
commit 549edcc0f9
5 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ struct GenProcsData {
struct GenTypesData {
Array<Entity *> types;
BlockingMutex mutex;
RwMutex mutex;
};
struct Defineable {