os_cpu library
Provides information about the CPU.
The library works in all platforms, including browsers.
You can get CPU type with CpuType.get and CpuType.getSync.
Enums
- CpuType
- CPU type.
Properties
- cpuConcurrency → int?
-
Returns the number of CPUs (if known).
no setter