mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
33 lines
626 B
ReStructuredText
33 lines
626 B
ReStructuredText
.. _class_Semaphore:
|
|
|
|
Semaphore
|
|
=========
|
|
|
|
**Inherits:** :ref:`Reference<class_reference>`
|
|
|
|
**Category:** Core
|
|
|
|
|
|
|
|
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** **(** **)**
|
|
|
|
|