Difference between revisions of "Thread:wait"

m
m (Other languages template added)
Line 15: Line 15:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Wait for a thread to finish.}}
 
{{#set:Description=Wait for a thread to finish.}}
 +
== Other Languages ==
 +
{{i18n|Thread:wait}}

Revision as of 18:16, 11 January 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