|
LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
|
Thread library, useful for multithreading. More...
Functions | |
| thread | thread.new (function function, string name) |
| nil | thread.start (thread thread) |
| thread thread.new | ( | function | function, |
| string | name ) |
Creates a new thread
| name | thread name, optional |
| nil thread.start | ( | thread | thread | ) |
Starts a thread