numberOfProcessors property

int numberOfProcessors

The number of individual execution units of the machine.

Implementation

static int get numberOfProcessors => os.cpus().length;