package async_unix

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_unix-v0.14.0.tar.gz
sha256=ae97ceedeb9231e0b465501bb8ee3b0436daa32d699d7b2ce18f0edd4fda32b9
md5=a67300edf50a56e5bac760333404c6e7

doc/async_unix.thread_pool/Thread_pool/Priority/index.html

Module Thread_pool.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.

include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.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
OCaml

Innovation. Community. Security.