package async_kernel

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

Module Async_kernel.PrioritySource

The priority of a job.

Sourcetype t =
  1. | Normal
  2. | Low
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval normal : t
Sourceval low : t
OCaml

Innovation. Community. Security.