Icicle\Concurrent\Threading\Internal\Mutex::release PHP 메소드

release() 보호된 메소드

Releases the lock.
protected release ( )
    protected function release()
    {
        $this->lock = true;
    }