Function illmatic_scheduling::kernel::collect_processes[][src]

pub async fn collect_processes<T>(
    process_names: &[T]
) -> Result<Vec<(String, u32)>> where
    T: AsRef<str>,