package stdune

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

Process id's as returned by the Unix family of functions

val to_dyn : t -> Dyn.t
val hash : t -> int
val equal : t -> t -> bool
val to_int : t -> int
val of_int : int -> t

Unsafe cast of integers to pids. Will be removed once we improve the API further