package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.13.0.tar.gz
sha256=a2527138a07089ee78acb9b60a16c6e17f29f068b8e2a4ac198a2c2448e4dd4a
md5=e4562149241675e796086e62d6fbd6ce

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

Module Low_level_process.Status

type t = [
  1. | `Timeout of Core.Time.Span.t
  2. | `Exited of int
  3. | `Signaled of Core.Signal.t
]
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string
OCaml

Innovation. Community. Security.