package httpcats

  1. Overview
  2. Docs

Module Miou_flow.TCPSource

Sourcetype t = Miou_unix.file_descr
Sourceval read : t -> ?off:int -> ?len:int -> bytes -> int
Sourceval write : t -> ?off:int -> ?len:int -> string -> unit
Sourceval close : t -> unit
Sourceval shutdown : t -> [ `read | `write | `read_write ] -> unit