PHP Класс Icicle\Concurrent\Threading\Internal\Mutex

Наследование: extends Threaded
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
acquire ( ) : Generator Attempts to acquire the lock and sleeps for a time if the lock could not be acquired.

Защищенные методы

Метод Описание
release ( ) Releases the lock.

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

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

Attempts to acquire the lock and sleeps for a time if the lock could not be acquired.
public acquire ( ) : Generator
Результат Generator

release() защищенный Метод

Releases the lock.
protected release ( )