Available since LÖVE 0.7.0  
 This function is not supported in earlier versions. 
Creates a new Thread from a Lua file or FileData object.
 Available since LÖVE 0.9.0  
 This variant is not supported in earlier versions. 
thread = love.thread.newThread( filename )
string filenameThread thread Available since LÖVE 0.9.0  
 This variant is not supported in earlier versions. 
thread = love.thread.newThread( fileData )
FileData fileDataThread thread Available since LÖVE 0.9.2  
 This variant is not supported in earlier versions. 
thread = love.thread.newThread( codestring )
string codestringThread thread Removed in LÖVE 0.9.0  
 This variant is not supported in that and later versions. 
thread = love.thread.newThread( name, filename )
Thread thread Removed in LÖVE 0.9.0  
 This variant is not supported in that and later versions. 
thread = love.thread.newThread( name, file )
Thread thread Removed in LÖVE 0.9.0  
 This variant is not supported in that and later versions. 
thread = love.thread.newThread( name, data )
Thread thread
    © 2006–2016 LÖVE Development Team
Licensed under the GNU Free Documentation License, Version 1.3.
    https://love2d.org/wiki/love.thread.newThread