package lsp

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

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.