package xenstore_transport

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type channel = Lwt_unix.file_descr * Lwt_unix.sockaddr
val create : unit -> (Lwt_unix.file_descr * Lwt_unix.sockaddr) Lwt.t
val destroy : (Lwt_unix.file_descr * 'a) -> unit Lwt.t
val read : (Lwt_unix.file_descr * 'a) -> bytes -> int -> int -> int Lwt.t
val write : (Lwt_unix.file_descr * 'a) -> bytes -> int -> int -> unit Lwt.t
type 'a t = 'a Lwt.t
val return : 'a -> 'a Lwt.t
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
OCaml

Innovation. Community. Security.