package xenstore

  1. Overview
  2. Docs

Module type Xs_client_unix.IOSource

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourcetype channel
Sourceval create : unit -> channel t
Sourceval destroy : channel -> unit t
Sourceval read : channel -> bytes -> int -> int -> int t
Sourceval write : channel -> bytes -> int -> int -> unit t
OCaml

Innovation. Community. Security.