package async_extra

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async_extra-v0.13.0.tar.gz
sha256=567cd54a5b268a822ec96aff34b4a42ccbb94c3f080e471e2ad5f88a98027227
md5=a1f6004fbac5c281c2785571595381dd

doc/async_extra.async_bus/Async_bus/First_arity/index.html

Module Async_bus.First_arity

type (_, _, _) t =
  1. | Arity1 : ('a -> unit, 'a -> 'r option, 'r) t
  2. | Arity2 : ('a -> 'b -> unit, 'a -> 'b -> 'r option, 'r) t
  3. | Arity3 : ('a -> 'b -> 'c -> unit, 'a -> 'b -> 'c -> 'r option, 'r) t
  4. | Arity4 : ('a -> 'b -> 'c -> 'd -> unit, 'a -> 'b -> 'c -> 'd -> 'r option, 'r) t
val sexp_of_t : ('v_x__001_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__002_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__003_ -> Ppx_sexp_conv_lib.Sexp.t) -> ('v_x__001_, 'v_x__002_, 'v_x__003_) t -> Ppx_sexp_conv_lib.Sexp.t
OCaml

Innovation. Community. Security.