package coq

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

Module Spawn.SyncSource

Parameters

Signature

Sourcetype process
Sourceval spawn : ?prefer_sock:bool -> ?env:string array -> string -> string array -> process * in_channel * out_channel
include Control with type handle = process
Sourcetype handle = process
Sourceval kill : handle -> unit
Sourceval wait : handle -> Unix.process_status
Sourceval unixpid : handle -> int
Sourceval uid : handle -> string
Sourceval is_alive : handle -> bool
OCaml

Innovation. Community. Security.