PHP Интерфейс Icicle\Concurrent\Sync\Mutex

Objects that implement this interface should guarantee that all operations are atomic. Implementations do not have to guarantee that acquiring a lock is first-come, first serve.
Показать файл Открыть проект

Открытые методы

Метод Описание
acquire ( ) : Generator

Описание методов

acquire() публичный Метод

public acquire ( ) : Generator
Результат Generator Resolves with a lock object when the acquire is successful.