Icicle\Concurrent\Threading\Semaphore::getSize PHP Method

getSize() public method

public getSize ( ) : integer
return integer
    public function getSize() : int
    {
        return $this->maxLocks;
    }