mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
36 lines
697 B
ReStructuredText
36 lines
697 B
ReStructuredText
.. _class_Semaphore:
|
|
|
|
Semaphore
|
|
=========
|
|
|
|
**Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+--------+------------------------------------------------+
|
|
| Error | :ref:`wait<class_Semaphore_wait>` **(** **)** |
|
|
+--------+------------------------------------------------+
|
|
| Error | :ref:`post<class_Semaphore_post>` **(** **)** |
|
|
+--------+------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_Semaphore_wait:
|
|
|
|
- Error **wait** **(** **)**
|
|
|
|
.. _class_Semaphore_post:
|
|
|
|
- Error **post** **(** **)**
|
|
|
|
|