From: <hel...@gm...> - 2006-08-16 11:31:05
|
Hello, one more question on wxLua in a multi-threading application (several threads should host their own Lua instance). I create a wxLuaState object for every thread and use RunFile to execute the script. After calling "RunFile" I loose control and have to wait until the script ends. Is there a possibility to abort the script execution by the hosting application/thread? Maybe by sending an event or something to wxLua? @John Labenski: Thank you for your response to my question "Multiple Lua instances in multi-threading app", it made sense, indeed :-) Yours, Helmut |