package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.13.0.tar.gz
sha256=55a32c8b8e6aaaecb8357644515884367ec99b703fe8f984212b714a0e554c65
md5=d12b61a3f95325a511c50964bc9c819e

doc/async_kernel.limiter_async/Limiter_async/Outcome/index.html

Module Limiter_async.Outcome

The outcome of a job

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

Innovation. Community. Security.