package mirage-profile-xen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type client
type handle
val make : unit -> client Lwt.t
val read : handle -> string -> string Lwt.t
val write : handle -> string -> string -> unit Lwt.t
val immediate : client -> (handle -> 'a Lwt.t) -> 'a Lwt.t
val transaction : client -> (handle -> 'a Lwt.t) -> 'a Lwt.t
val getdomainpath : handle -> int -> string Lwt.t