PHPDaemon\Thread\Collection::getCount PHP Method

getCount() public method

Return the collected threads count
public getCount ( ) : integer
return integer Count
    public function getCount()
    {
        return sizeof($this->threads);
    }