package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587

doc/coq-core.lib/Spawn/Async/index.html

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.