package xenstore

  1. Overview
  2. Docs
module type IO = sig ... end
exception Malformed_watch_event
exception Unexpected_rid of int32
exception Dispatcher_failed
exception Cancelled
module Task : sig ... end
type watch_callback = (string * string) -> unit
module Client (IO : IO) : sig ... end