Difference between revisions of "Thread:wait"
(Initial version) |
|||
Line 1: | Line 1: | ||
+ | {{newin|[[0.7.0]]|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. |
Revision as of 15:58, 22 September 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
Source:wait( )
Arguments
None.
Returns
None.