Link to Thread-safe APIs in the Thread class documentation

This closes https://github.com/godotengine/godot-docs/issues/2276.
This commit is contained in:
Hugo Locurcio 2020-07-30 12:18:00 +02:00
parent 35ff38b3d4
commit f50a4b8a3b
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
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. 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> </description>
<tutorials> <tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html</link> <link title="Using multiple threads">https://docs.godotengine.org/en/latest/tutorials/threads/using_multiple_threads.html</link>
<link title="Thread-safe APIs">https://docs.godotengine.org/en/latest/tutorials/threads/thread_safe_apis.html</link>
</tutorials> </tutorials>
<methods> <methods>
<method name="get_id" qualifiers="const"> <method name="get_id" qualifiers="const">