lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Have a look at how it is done in lua.c. Here a signal stops
the script.

DB

On 10/2/06, Henri Eggert <henri_eggert@t-online.de> wrote:
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