class_semaphore.rst 844 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_Semaphore:
  4. Semaphore
  5. =========
  6. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------+------------------------------------------------+
  13. | Error | :ref:`wait<class_Semaphore_wait>` **(** **)** |
  14. +--------+------------------------------------------------+
  15. | Error | :ref:`post<class_Semaphore_post>` **(** **)** |
  16. +--------+------------------------------------------------+
  17. Member Function Description
  18. ---------------------------
  19. .. _class_Semaphore_wait:
  20. - Error **wait** **(** **)**
  21. .. _class_Semaphore_post:
  22. - Error **post** **(** **)**