Thread:kill

Available since LÖVE 0.7.0
This function is not supported in earlier versions.

Forcefully terminate the thread.

O.png This function terminates the thread wherever it is, which is capable of locking the game, or doing anything evil for that matter, its use is strongly discouraged.  


Function

Synopsis

Thread:kill( )

Arguments

None.

Returns

None.

See Also