This commit is contained in:
gingerBill
2024-03-26 13:06:39 +00:00
parent 53b02c5e6f
commit 533ba63c82
2 changed files with 159 additions and 55 deletions

View File

@@ -145,6 +145,7 @@ struct TypeStruct {
i32 soa_count;
StructSoaKind soa_kind;
Wait_Signal fields_wait_signal;
BlockingMutex soa_mutex;
BlockingMutex offset_mutex; // for settings offsets
bool is_polymorphic;