You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8076 Update lockable_trait.rst for blocking lock (lpussacq, javiereguiluz)
This PR was merged into the 3.2 branch.
Discussion
----------
Update lockable_trait.rst for blocking lock
The method lock() of LockableTrait accept 2 parameters, the first one is the name used to create the lock file, and the second is a value indicating if we should wait until the lock is release. Thus, the line $this->lock(true); should be $this->lock('someRandomLockName', true);
Commits
-------
7c99b93 Use "null" so the lock is named automatically
615817e Update lockable_trait.rst
0 commit comments