Merge pull request #40873 from Calinou/doc-thread-safe-apis

Link to Thread-safe APIs in the Thread class documentation
This commit is contained in:
Rémi Verschelde 2020-07-30 13:27:24 +02:00 committed by GitHub
commit 718db9b396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.
</description>
<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>
<methods>
<method name="get_id" qualifiers="const">