[go: up one dir, main page]

nice

Function 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