package coq

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

Parameters

module ML : MainLoopModel

Signature

type process
type callback = ML.condition list -> read_all:(unit -> string) -> bool
val spawn : ?prefer_sock:bool -> ?env:string array -> string -> string array -> callback -> process * out_channel
type handle = process
val kill : handle -> unit
val unixpid : handle -> int
val uid : handle -> string
val is_alive : handle -> bool