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 -> bufferval get_string : buffer -> int -> stringval put_string : buffer -> string -> unitval rewind : buffer -> unittype result
exception Error of int
exception Incomplete of buffer * int
val result : result -> buffertype context
val context : int -> contextval read : context ->
Unix.file_descr -> buffer -> int64 -> (result -> unit) -> unitval write : context ->
Unix.file_descr -> buffer -> int64 -> (result -> unit) -> unitval run : context -> unit