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
Let’s say I have a class called Person and it implements UserData trait, How can I track all available Persons assuming that lua code is still running and creates lots of Persons and they are strong references which are still in memory and not garbage collected
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let’s say I have a class called Person and it implements UserData trait, How can I track all available Persons assuming that lua code is still running and creates lots of Persons and they are strong references which are still in memory and not garbage collected
Beta Was this translation helpful? Give feedback.
All reactions