File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ method can be safely called repeatedly, even if the lock is already acquired.
62
62
.. note ::
63
63
64
64
Unlike other implementations, the Lock Component distinguishes locks
65
- instances even when they are created for the same resource. If a lock has
66
- to be used by several services, they should share the same ``Lock `` instance
67
- returned by the ``LockFactory::createLock `` method.
65
+ instances even when they are created for the same resource. It means that for
66
+ a given scope and resource one lock instance can be acquired multiple times.
67
+ If a lock has to be used by several services, they should share the same ``Lock ``
68
+ instance returned by the ``LockFactory::createLock `` method.
68
69
69
70
.. tip ::
70
71
You can’t perform that action at this time.
0 commit comments