LuaStepper

Allow Lua scripts to run multiple Lua scripts in parallel, platform independent without using threading.

$ luarocks install luastepper

LuaStepper is a module to help lua programs control simultaneous execution of multiple Lua threads without them needing to be coroutines. So it is like pre-emptive multitasking but instead of the operating system controlling the task switch and time slicing the Lua parent process does that with the API of this module.

Versions

1.16.06.17-17 years ago95 downloads

Dependencies

lua >= 5.1

Labels

Manifests