package async

  1. Overview
  2. Docs
Monadic concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

async-v0.14.0.tar.gz
sha256=74f2b7b01ce3b92289cc7a68cd3ae53885c763cedd320d27949d585e5c13dc64
md5=9f80cfb72e3defcc9fca50f67e23e93c

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

Module Unpack_sequence.Unpack_iter_result

type 'a t =
  1. | Input_closed
  2. | Input_closed_in_the_middle_of_data of 'a Unpack_buffer.t
  3. | 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.