multithreading is it possible?
Announcement
Collapse
No announcement yet.
multithreading is it possible?
Collapse
X
-
It is absolutely possible when;- lua_lock is implemented;
- You use coroutines (which is not actually multithreading);
- You don't mess up the stack in your running thread;
- You copy and sync the original Lua state.
Comment
Comment