package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.12.0.tar.gz
sha256=c1cd9fa74e975ae5a014dffb36283d2616d89e465a9d4dec3062da70866ed28f
md5=e9a06695c63cf4b092cc81f25a8491fd

doc/async.unpack_sequence/Unpack_sequence/Unpack_result/index.html

Module Unpack_sequence.Unpack_result

type 'a t =
  1. | Input_closed
  2. | Input_closed_in_the_middle_of_data of 'a Unpack_buffer.t
  3. | Output_closed
  4. | Unpack_error of Core.Error.t
val sexp_of_t : ('a -> Ppx_sexp_conv_lib.Sexp.t) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val to_error : _ t -> Core.Error.t
OCaml

Innovation. Community. Security.