pub fn setpriority_user(uid: Uid, priority: i32) -> Result<()>
Available on crate feature process only.
Expand description

setpriority(PRIO_USER, uid)—Get the scheduling priority of the given user.

References