package xenstore

  1. Overview
  2. Docs
type server
val listen : unit -> server Lwt.t
type t
val read : t -> string -> int -> int -> int Lwt.t
val write : t -> string -> int -> int -> unit Lwt.t
val destroy : t -> unit Lwt.t
val address_of : t -> Xs_protocol.address Lwt.t
val namespace_of : t -> (module Namespace.IO) option
val accept_forever : server -> (t -> unit Lwt.t) -> 'a Lwt.t
OCaml

Innovation. Community. Security.