Function rustix::process::nice

pub fn nice(inc: i32) -> io::Result<i32>
Documentation

nice()—Adjust the scheduling priority of the current process.

References