Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Buffer : sig ... end
exception Incomplete of Buffer.t * int
val context : int -> context
val read :
context ->
Unix.file_descr ->
int64 ->
Buffer.t ->
(result -> unit) ->
unit
val write :
context ->
Unix.file_descr ->
int64 ->
Buffer.t ->
(result -> unit) ->
unit
val poll :
context ->
Unix.file_descr ->
int ->
(Unix.file_descr -> unit) ->
unit
val run : context -> unit
val process : context -> unit
val fd : context -> Unix.file_descr
val sync_read : Unix.file_descr -> int64 -> Buffer.t -> unit
val sync_write : Unix.file_descr -> int64 -> Buffer.t -> unit