Module Limiter_async.Outcome

The outcome of a job

type 'a t =
| Ok of 'a
| Aborted
| Raised of exn
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t