Function parse_cpu_list

Source
pub fn parse_cpu_list(
    content: &str,
) -> Result<Vec<LogicalCoreId>, CpuListParserError>