8000
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 0e9449c commit 39f7906Copy full SHA for 39f7906
lock.rst
@@ -181,8 +181,9 @@ To lock the default resource, autowire the lock using
181
.. caution::
182
183
The same instance of ``LockInterface`` won't block when calling ``acquire``
184
- multiple times. If several services share the same ``lock`` service, they
185
- won't lock each other, use ``LockFactory`` instead.
+ multiple times. Inside the same process, when several services share the
+ same instance of ``LockInterface``, they won't lock each other. When the
186
+ same process run concurent tasks, inject the the ``LockFactory`` instead.
187
188
Locking a Dynamic Resource
189
--------------------------
0 commit comments