Module Eio_process.Exit_status

type t = [
  1. | `Exited of Base.int
  2. | `Signaled of Base.int
]
val sexp_of_t : t -> Sexplib0.Sexp.t