Icicle\Concurrent\Threading\Internal\Mutex::release PHP Method

release() protected method

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