Difference between revisions of "Thread:wait"

(Initial version)
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{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.
Line 4: Line 5:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Source:wait( )
+
Thread:wait( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
Line 14: 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}}

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