LifeLua 21-08-2025
Documentation for LifeLua, a Lua interpreter for the PS Vita
Loading...
Searching...
No Matches
thread

Thread library, useful for multithreading. More...

Functions

thread thread.new (function function, string name)
 
nil thread.start (thread thread)
 

Detailed Description

Function Documentation

◆ thread.new()

thread thread.new ( function function,
string name )

Creates a new thread

Parameters
namethread name, optional

◆ thread.start()

nil thread.start ( thread thread)

Starts a thread