count !== null) { return $this->count; } try { $this->count = (new FidryCpuCoreCounter())->getCount(); } catch (NumberOfCpuCoreNotFound) { $this->count = 1; } return $this->count; } }