cpuThreadCount property

  1. @Deprecated('Not supported. Member documentation may have more information.')
int? cpuThreadCount
getter/setter pair

Deprecated: use MachineDetails.core_count instead.

Number of CPU threads allocated to the machine.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.int? cpuThreadCount;