You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -174,7 +175,9 @@ public override void OnVehicleRemoveEvent(IVehicle vehicle)
174
175
@delegate(vehicle)));
175
176
}
176
177
177
-
//TODO: we could write mvalues to own onion struct in cpp to better share it but we would need to execute at least getorcreate entity when it contains a entity type in main thread
178
+
//TODO: we could write mvalue's to own onion struct in cpp to better share it but we would need to execute at least getorcreate entity when it contains a entity type in main thread
179
+
//TODO: or lock entities dictionary so entity can't get removed until thread got it from dictionary
180
+
//TODO: lock dictionary for async maybe as well for use cases like this
0 commit comments