Thread:wait
Available since LÖVE
0.7.0
This function is not supported in earlier versions.
Wait for a thread to finish. This call will block until the thread finishes.
Function
Synopsis
Thread
:
wait
(
)
Arguments
None.
Returns
None.
See Also
Thread
Category
:
Functions