package coq-core

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

Module Spawn.AsyncSource

Parameters

module ML : MainLoopModel

Signature

Sourcetype process
Sourcetype callback = ML.condition list -> read_all:(unit -> string) -> bool
Sourceval spawn : ?prefer_sock:bool -> ?env:string array -> string -> string array -> callback -> process * 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.