pub fn current_thread_cpus() -> Result<Vec<usize>>
Returns the CPUs on which the calling thread is allowed to run.
Kernel errno from sched_getaffinity(2). Unsupported on non-Linux targets.
sched_getaffinity(2)
Unsupported