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

count() public method

Gets the number of currently available locks.
public count ( ) : integer
return integer The number of available locks.
    public function count() : int;