namespace Symfony\Component\Lock\Strategy
Object name | File name | Summary |
---|---|---|
ConsensusStrategy | vendor/symfony/lock/Strategy/ConsensusStrategy.php | ConsensusStrategy is a StrategyInterface implementation where strictly more than 50% items should be successful. |
StrategyInterface | vendor/symfony/lock/Strategy/StrategyInterface.php | StrategyInterface defines an interface to indicate when a quorum is met and can be met. |
UnanimousStrategy | vendor/symfony/lock/Strategy/UnanimousStrategy.php | UnanimousStrategy is a StrategyInterface implementation where 100% of elements should be successful. |