Module Thread.Priority

Constants for use with Luv.Thread.setpriority.

type t = [
  1. | `HIGHEST
  2. | `ABOVE_NORMAL
  3. | `NORMAL
  4. | `BELOW_NORMAL
  5. | `LOWEST
]