PHPDaemon\Thread\Collection::getCount PHP Méthode

getCount() public méthode

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