numberOfProcessors property
The number of individual execution units of the machine (see Platform.numberOfProcessors)
Implementation
final int numberOfProcessors = kIsWeb ? 0 : Platform.numberOfProcessors;
The number of individual execution units of the machine (see Platform.numberOfProcessors)
final int numberOfProcessors = kIsWeb ? 0 : Platform.numberOfProcessors;