Module Async_kernel__.Limiter.Outcome

The outcome of a job

type 'a t =
| Ok of 'a
| Aborted
| Raised of exn
include sig ... end
val sexp_of_t : ('a ‑> Sexplib.Sexp.t) ‑> 'a t ‑> Sexplib.Sexp.t