Difference between revisions of "Thread:wait"

m
Line 5: Line 5:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
Source:wait( )
+
Thread:wait( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===

Revision as of 18:19, 15 November 2010

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