package caqti

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

A socket with input and output channels and dedicated IO functions. This bundling is done to support the various APIs involved for networking and StartTLS.

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