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
When the main lua state freezes due to an infinite loop, I want the HolyLua state to be able to detect this and possibly even recover the main state by forcing an error for example into it to break the infinite loop.
Preferably I should also offload the command queue into a different thread to allow one to run commands while the main thread is dying, though this would be more complex.