platform/api/symfony/Component/Lock/BlockingStoreInterface.yaml

31 lines
639 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: BlockingStoreInterface
class_comment: null
dependencies:
- name: LockConflictedException
type: class
source: Symfony\Component\Lock\Exception\LockConflictedException
properties: []
methods:
- name: waitAndSave
visibility: public
parameters:
- name: key
comment: '# * @author Hamza Amrouche <hamza.simperfit@gmail.com>
# */
# interface BlockingStoreInterface extends PersistingStoreInterface
# {
# /**
# * Waits until a key becomes free, then stores the resource.
# *
# * @throws LockConflictedException'
traits:
- Symfony\Component\Lock\Exception\LockConflictedException
interfaces: []