pub fn parse_cpu_cores_sets(
s: &str,
) -> Result<Vec<CpuCoreSet>, Box<dyn Error + Send + Sync>>
Expand description
Parse space-separated set of groups of CPU cores (individual cores are coma-separated) into vector of CPU core sets that can be used for creation of plotting/replotting thread pools.