package async_unix

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

Module Writer.Backing_out_channelSource

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

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval create : output:(Core.bigstring -> pos:int -> len:int -> unit) -> flush:(unit -> unit) -> sexp:(unit -> Core.Sexp.t) -> t
Sourceval of_out_channel : Core.Out_channel.t -> t
OCaml

Innovation. Community. Security.