The os/System module
The System
module allows to get information about the system, such
as the number of processors, as an Int
:
cores := System numProcessors()
Or the hostname of the machine, as a String
hostname := System hostname()
The System
module allows to get information about the system, such
as the number of processors, as an Int
:
cores := System numProcessors()
Or the hostname of the machine, as a String
hostname := System hostname()