Function set_thread_affinity

Source
pub fn set_thread_affinity(
    core_ids: impl Iterator<Item = usize>,
) -> Result<(), Box<dyn Error>>