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.
2 parents 0c876ac + 91c6e58 commit 8e40bc8Copy full SHA for 8e40bc8
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