Function rustix::process::nice

source ·
pub fn nice(inc: i32) -> Result<i32>
Available on crate feature process only.
Expand description

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

References