Module Core__Linux_ext.Priority

Priority.t is what is usually referred to as the "nice" value of a process. It is also known as the "dynamic" priority. It is used with normal (as opposed to real-time) processes that have static priority zero. See Unix.Scheduler.set for setting the static priority.

type t
include sig ... end
val t_of_sexp : Sexplib.Sexp.t ‑> t
val sexp_of_t : t ‑> Sexplib.Sexp.t
val equal : t ‑> t ‑> bool
val of_int : int ‑> t
val to_int : t ‑> int
val incr : t ‑> t
val decr : t ‑> t