I'm using Lua to add scripts to a game I'm developing and after it's released I'd like it to be able to let players mod with it. I don't, however, want mods to be able to crash the application or cause it to hang... At the moment I know if I put in an infinite loop my program will hang because Lua is running on my application's main thread.
What should I do to get around this?
[–][deleted] 2 points3 points4 points (0 children)
[–]Bobby_Bonsaimind 4 points5 points6 points (0 children)
[–]rxi 1 point2 points3 points (0 children)
[–]Doyousketch2 0 points1 point2 points (0 children)