pub fn current_thread_allowed_cpus() -> Result<Vec<usize>>
Returns the list of CPUs the current thread is allowed to run on (Linux).
On non-Linux targets this returns an error.