|
|
||
|
Have a look at how it is done in lua.c. Here a signal stops the script.
DB
Hello all,
i start a lua script in a windows thread with : lua_pcall ( L , 0 , LUA_MULTRET , 0 ). Is there a safe way to stop script execution without having to kill the thread which has started lua ?
Thank's in advance