package luv

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Thread.PrioritySource

Constants for use with Luv.Thread.setpriority.

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

Innovation. Community. Security.