Thread Module (thread)
The thread module is implemented using Lua's built-in coroutine library; it is not multi-threading in the conventional sense.
The thread module is implemented using Lua's built-in coroutine library; it is not multi-threading in the conventional sense.