yii\mutex\Mutex::releaseLock PHP Method

releaseLock() abstract protected method

This method should be extended by a concrete Mutex implementations. Releases lock by given name.
abstract protected releaseLock ( string $name ) : boolean
$name string of the lock to be released.
return boolean release result.
    protected abstract function releaseLock($name);