Module thread

Module thread 

Source
๐Ÿ‘Ž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_validDeprecated
is_renice_allowedDeprecated
Check whether the nice value can be changed by adjustment.
renice_this_threadDeprecated
Adds adjustment to the nice value of calling thread. Negative adjustment increases priority, positive adjustment decreases priority. New thread inherits nice value from current thread when created.