rustix::process

Function nice

source
pub fn nice(inc: i32) -> Result<i32>
Expand description

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

§References