Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-10-11 08:45:15 +02:00
parent 383540ad8f
commit 342d2ff3a6
52 changed files with 905 additions and 359 deletions

View File

@@ -34,6 +34,11 @@ Description
A synchronization mutex (mutual exclusion). This is used to synchronize multiple :ref:`Thread<class_Thread>`\ s, and is equivalent to a binary :ref:`Semaphore<class_Semaphore>`. It guarantees that only one thread can ever acquire the lock at a time. A mutex can be used to protect a critical section; however, be careful to avoid deadlocks.
Tutorials
---------
- :doc:`../tutorials/threads/using_multiple_threads`
Method Descriptions
-------------------