package shell

  1. Overview
  2. Docs
Yet another implementation of fork&exec and related functionality

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=d6f76ca1c3e7fa523da5affe9c1ebb74fe17bec2a2f22c239746b72905bc5f61

doc/shell.low_level_process/Low_level_process/Status/index.html

Module Low_level_process.StatusSource

Sourcetype t = [
  1. | `Timeout of Core.Time_float.Span.t
  2. | `Exited of int
  3. | `Signaled of Core.Signal.t
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.