lua-users home
lua-l archive

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


Hello,

I would like to know if I can use multithreading with LUA, because I 
have a big problem with this.

I have two thread in parallel and when my first thread stop my second 
thread, I can't use Lua console. I think that my first thread stop 
Lua in the function dostring(...) and lua doesn't run again.

I don't know if it's clear but help me!!!!

Thank you!

Christine ROLLAND