[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Stop a lua script
- From: Henri Eggert <henri_eggert@...>
- Date: Sun, 01 Oct 2006 21:19:57 +0200
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