package shell

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

Install

Dune Dependency

Authors

Maintainers

Sources

shell-v0.12.0.tar.gz
sha256=ec30eaec1b95543bdad774f378f2d90e5f271a1c734c1a4e8f5c1ac0872b5116
md5=db24c0f66777493987436aed423aec76

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.