package lsp

  1. Overview
  2. Docs

doc/lsp.stdune/Stdune/Pid/index.html

Module Stdune.PidSource

Sourcetype t

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

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

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

OCaml

Innovation. Community. Security.