int getCPUCount()
Gets CPU count using sysctl.
Example:
auto count = getCPUCount(); writeln("CPU count: ", count);