Added link to tutorial for Thread class

This commit is contained in:
Yuri Roubinsky
2019-10-02 19:21:23 +03:00
parent f9e9cc94cd
commit 61510102ec
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
A unit of execution in a process. Can run methods on [Object]s simultaneously. The use of synchronization via [Mutex] or [Semaphore] is advised if working with shared objects.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html</link>
</tutorials>
<methods>
<method name="get_id" qualifiers="const">