{{newin|[[0.7.0]]|070|type=function}}
Wait for a thread to finish.
This call will block until the thread finishes.
== Function ==
=== Synopsis ===
<source lang="lua">
Thread:wait( )
</source>
=== Arguments ===
None.
=== Returns ===
None.
== See Also ==
* [[parent::Thread]]
[[Category:Functions]]
{{#set:Description=Wait for a thread to finish.}}
== Other Languages ==
{{i18n|Thread:wait}}