pub const SCHED_OTHER: c_int = 2;Expand description
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Another scheduling policy.
pub const SCHED_OTHER: c_int = 2;See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html.
Another scheduling policy.