package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Backing_out_channel generalizes Out_channel to a narrow interface that can be used to collect strings, etc.

type t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val create : output_char:(char -> unit) -> output_chars:(Core.bigstring -> len:int -> unit) -> flush:(unit -> unit) -> sexp:(unit -> Core.Sexp.t) -> t
val of_out_channel : Core.Out_channel.t -> t
val of_output_char : (char -> unit) -> t