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
Christian Flothmann 42a56528e9 Merge branch '5.2' into 5.x
* 5.2:
  skip intl dependent tests if the extension is missing
  make DateCaster tests timezone-agnostic
  error if the input string couldn't be parsed as a date
  IntegerType: Always use en for IntegerToLocalizedStringTransformer Fixes #40456
  Uses the correct assignment action for console options depending if they are short or long
  [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel
  [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams
  FIx Trying to clone an uncloneable object of class
2021-03-28 11:44:11 +02:00
..
Exception Prevent user serializing the key 2020-10-03 14:03:42 +02:00
Store Merge branch '5.2' into 5.x 2021-02-15 19:57:44 +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-03-28 11:44:11 +02: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