mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-15 16:24:16 +00:00
Added link to tutorial for Thread class
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user