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

count() public method

public count ( ) : integer
return integer
    public function count() : int
    {
        return $this->semaphore->count();
    }