wiki.techinc.nl/includes/libs/lockmanager
Umherirrender 8de3b7d324 Use static closures where safe to use
This is micro-optimization of closure code to avoid binding the closure
to $this where it is not needed.

Created by I25a17fb22b6b669e817317a0f45051ae9c608208

Change-Id: I0ffc6200f6c6693d78a3151cb8cea7dce7c21653
2021-02-11 00:13:52 +00:00
..
DBLockManager.php
FSLockManager.php
LockManager.php
MemcLockManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
NullLockManager.php
PostgreSqlLockManager.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
QuorumLockManager.php
RedisLockManager.php
ScopedLock.php