package vchan-unix

  1. Overview
  2. Docs

Module Vchan_lwt_unix.IOSource

Sourcetype 'a t = 'a Lwt.t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t
Sourcetype ic = Lwt_io.input_channel
Sourcetype oc = Lwt_io.output_channel
Sourceval iter : ('a -> unit t) -> 'a list -> unit t
Sourceval read_line : ic -> string option t
Sourceval read : ic -> int -> string t
Sourceval read_exactly : ic -> int -> string option t
Sourceval write : oc -> string -> unit t
Sourceval flush : oc -> unit t
OCaml

Innovation. Community. Security.