devela::_dep::rustix::process

Function nice

pub fn nice(inc: i32) -> Result<i32, Errno> 
Available on crate feature dep_rustix only.
Expand description

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

§References