Difference between revisions of "Thread:wait"

m (Other languages template added)
 
Line 1: Line 1:
{{newin|[[0.7.0]]|type=function}}
+
{{newin|[[0.7.0]]|070|type=function}}
 
Wait for a thread to finish.
 
Wait for a thread to finish.
 
This call will block until the thread finishes.
 
This call will block until the thread finishes.

Latest revision as of 18:01, 25 March 2011

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

Other Languages