RunThread is available since version 1.0.
Prototype:
number RunThread(delegate thread_function)
Parameters
thread_function
a function to be run in a separate thread.
Description:
Creates and runs a thread.
Return value:
Returns a handle to the new thread.