Metabor\Semaphore\NullMutex::acquireLock PHP Method

acquireLock() public method

See also: MetaborStd\Semaphore\MutexInterface::acquireLock()
public acquireLock ( )
    public function acquireLock()
    {
        $this->acquired = true;
        return true;
    }