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-11-27 15:15:14 +01:00
..
Exception
Store [Semaphore] Fixed some bugs 2020-08-28 16:01:04 +02:00
Tests Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
.gitattributes
.gitignore
CHANGELOG.md
composer.json Allow symfony/semaphore on PHP8 2020-11-27 15:15:14 +01:00
Key.php Reset Key lifetime time in semaphore 2020-10-15 19:25:55 +02:00
LICENSE
PersistingStoreInterface.php
phpunit.xml.dist
README.md [Semaphore] Fixed some bugs 2020-08-28 16:01:04 +02:00
Semaphore.php Reset Key lifetime time in semaphore 2020-10-15 19:25:55 +02:00
SemaphoreFactory.php Deprecate lock.store aliases 2020-10-15 22:19:33 +02:00
SemaphoreInterface.php

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