This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Lock
Nicolas Grekas 47da6640f8 Merge branch '5.2' into 5.x
* 5.2:
  Allow psr/cache v3 but on symfony/cache
  [DI] fix tracking of changes to vendor/ dirs
  Remove EOLed 5.1 branch from PR template
  [HttpKernel] [Kernel] Silence deprecations logs writes
  Update PULL_REQUEST_TEMPLATE.md
  fix typo
  [Mailer][Mime] Update inline part names with newly generated ContentId
  Fixed updating catalogue metadata from intl domain
  [HttpFoundation] Setting `REQUEST_TIME_FLOAT` when constructing a Request object
2021-02-05 18:04:25 +01:00
..
Exception Prevent user serializing the key 2020-10-03 14:03:42 +02:00
Store [Cache] Change PDO cache table collate from utf8_bin to utf8mb4_bin 2021-01-25 20:20:05 +01:00
Strategy [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
Tests Merge branch '5.2' into 5.x 2021-02-05 18:04:25 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [Lock] Re-add the Lock component in 3.4 2017-05-24 08:31:08 +02:00
BlockingSharedLockStoreInterface.php [lock] Provides default implementation when store does not supports the behavior 2020-09-27 05:25:36 +02:00
BlockingStoreInterface.php let BlockingStoreInterface extend PersistingStoreInterface 2019-07-30 16:24:25 +02:00
CHANGELOG.md Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
composer.json Merge branch '4.4' into 5.1 2021-01-14 16:25:38 +01:00
Key.php Prevent user serializing the key 2020-10-03 14:03:42 +02:00
LICENSE Bump license year 2021-01-01 10:24:35 +01:00
Lock.php Merge branch '5.1' into 5.2 2021-01-12 15:28:55 +01:00
LockFactory.php Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
LockInterface.php [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
NoLock.php [RFC] Introduce a RateLimiter component 2020-09-16 15:45:01 +02:00
PersistingStoreInterface.php [Lock] add type-hint whenever possible 2019-08-08 14:17:35 +02:00
phpunit.xml.dist [Lock] fix tests for MongoDB 2020-04-12 13:23:14 +02:00
README.md Merge branch '5.2' into 5.x 2021-01-10 17:31:27 +01:00
SharedLockInterface.php [RFC][lock] Introduce Shared Lock (or Read/Write Lock) 2020-09-12 07:27:01 +02:00
SharedLockStoreInterface.php [lock] Provides default implementation when store does not supports the behavior 2020-09-27 05:25:36 +02:00

Lock Component

The Lock component creates and manages locks, a mechanism to provide exclusive access to a shared resource.

Resources