malkusch\lock\mutex\SpinlockMutex::release PHP Method

release() abstract protected method

Tries to release a lock.
abstract protected release ( string $key ) : boolean
$key string The lock key.
return boolean True, if the lock could be released.
    protected abstract function release($key);