async_kernel.limiter_async
Limiter_async.Outcome
The outcome of a job
async_kernel
async_kernel.config
async_kernel.eager_deferred
async_kernel.laziness_preserving_deferred
async_kernel.persistent_connection_kernel
async_kernel.read_write_pair
async_kernel.weak_hashtbl_async
type 'a t =
| Ok of 'a
| Aborted
| Raised of exn
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t