lua-users home
lua-l archive

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


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