module Aio:libaio-ocaml Linux async I/O interface for ocamlsig
..end
This module implements the libaio bindings that interface with the Linux system calls.
Version 0.0.0 - goswin-v-b@web.de
type
buffer
val buffer : int -> buffer
val get_string : buffer -> int -> string
val put_string : buffer -> string -> unit
val rewind : buffer -> unit
type
result
exception Error of int
exception Incomplete of buffer * int
val result : result -> buffer
type
context
val context : int -> context
val read : context ->
Unix.file_descr -> buffer -> int64 -> (result -> unit) -> unit
val write : context ->
Unix.file_descr -> buffer -> int64 -> (result -> unit) -> unit
val run : context -> unit