Run a Lua virtual machine serially with multiple threads
Original link:https://blog.codingnow.com/2022/09/multithread_lua_vm.html ltask is a library that functions like skynet. I mainly use it for client environments. Since it was designed later than skynet, I experimented with many new ideas on it. A requirement came across recently: a third-party C/C++ module embedded in our game engine provides several interfaces in the form of callbacks. When […]
Run a Lua virtual machine serially with multiple threads Read More »