Module Async_kernel.Priority

The priority of a job.

type t =
  1. | Normal
  2. | Low
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val normal : t
val low : t