PHP 클래스 Icicle\Concurrent\Threading\Internal\Mutex

상속: extends Threaded
파일 보기 프로젝트 열기: icicleio/concurrent 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )