pub enum Cpu {
ProCpu,
AppCpu,
}Expand description
Enumeration of CPU cores The actual number of available cores depends on the target.
pub enum Cpu {
ProCpu,
AppCpu,
}Enumeration of CPU cores The actual number of available cores depends on the target.