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/Semaphore
2020-08-31 18:13:25 +02:00
..
Exception [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
Store [Semaphore] Fixed some bugs 2020-08-28 16:01:04 +02:00
Tests [Semaphore] Fixed some bugs 2020-08-28 16:01:04 +02:00
.gitattributes [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
.gitignore [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
CHANGELOG.md [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
composer.json Fix semaphore branch-alias 2020-08-31 18:13:25 +02:00
Key.php [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
LICENSE [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
PersistingStoreInterface.php [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
phpunit.xml.dist [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
README.md [Semaphore] Fixed some bugs 2020-08-28 16:01:04 +02:00
Semaphore.php [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
SemaphoreFactory.php [Semaphore] Added the component 2020-08-27 14:35:29 +02:00
SemaphoreInterface.php [Semaphore] Added the component 2020-08-27 14:35:29 +02:00

Semaphore Component

The Semaphore Component manages semaphores, a mechanism to provide exclusive access to a shared resource.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources