Replies: 1 comment 2 replies
-
|
This is currently impossible because a lot of data structures GC uses aren't thread safe. What we recommend right now (and deploy in Roblox more or less) for interactive applications is to have a section of your frame where scripts can not run, and run GC during that section via |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use another os thread(not in main thread) run gcstep? Maybe need a GIL like Python?
Beta Was this translation helpful? Give feedback.
All reactions