We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fac19f commit 586503bCopy full SHA for 586503b
components/semaphore.rst
@@ -76,6 +76,6 @@ already acquired.
76
If you don't release the semaphore explicitly, it will be released
77
automatically on instance destruction. In some cases, it can be useful to
78
lock a resource across several requests. To disable the automatic release
79
- behavior, set the fifth argument of the ``createLock()`` method to ``false``.
+ behavior, set the fifth argument of the ``createSemaphore()`` method to ``false``.
80
81
.. _`semaphores`: https://en.wikipedia.org/wiki/Semaphore_(programming)
0 commit comments