Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Icicle
Concurrent
Threading
Internal
Mutex
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
( )