package async_kernel

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_kernel-v0.12.0.tar.gz
sha256=27b446895ca5251191159d173e787a53938b4a529d7ef7e3c490fb96740e0f6f
md5=24d41c607761ceece3df15bf9b061bcf

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.