package async_unix

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

Parameters

module Name : sig ... end

Signature

val read_available : t -> S.t -> [> `Ok of Core.Int.t ]
val read : t -> S.t -> [> `Eof | `Ok of Core.Int.t ] Async_unix.Import.Deferred.t
val really_read : t -> S.t -> [> `Eof of int | `Ok ] Async_unix.Import.Deferred.t