package caqti

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a fiber
type t
val output_char : t -> char -> unit fiber
val output_string : t -> string -> unit fiber
val flush : t -> unit fiber
val input_char : t -> char fiber
val really_input : t -> Stdlib.Bytes.t -> int -> int -> unit fiber
val close : t -> unit fiber