Available since LÖVE 0.7.0
This function is not supported in earlier versions.
Starts the thread.
Beginning with version 0.9.0, threads can be restarted after they have completed their execution.
Thread:start( )
None.
Nothing.
Available since LÖVE 0.9.0
This variant is not supported in earlier versions.
Thread:start( arg1, arg2, ... )
value arg1
value arg2
value ...
Nothing.
Arguments passed to Thread:start are accessible in the thread's main file via ... (the vararg expression.)
© 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
https://love2d.org/wiki/Thread:start