package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Error
    (*

    Error is accompanied by a detailed error being sent to the writer's monitor.

    *)
  2. | Consumer_left
    (*

    Consumer_left is returned when the consumer leaves (see consumer_left) and raise_when_consumer_leaves is set to false. If that flag is set to true, then you get an Error instead.

    *)
  3. | Force_closed
    (*

    Force_closed is returned when Writer.close is forced before all data is flushed (see ?force_close).

    *)
  4. | Flushed of Time_ns_unix.t
    (*

    The time just after the write() system call returned or the time flushed_* was called if all the writes were already flushed by then.

    *)
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.