๐Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the
agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.Functionsยง
- is_
niceness_ adjustment_ valid Deprecated - is_
renice_ allowed Deprecated - Check whether the nice value can be changed by
adjustment. - renice_
this_ thread Deprecated - Adds
adjustmentto the nice value of calling thread. Negativeadjustmentincreases priority, positiveadjustmentdecreases priority. New thread inherits nice value from current thread when created.