package xenstore

  1. Overview
  2. Docs
Xenstore protocol in pure OCam

Install

Dune Dependency

Authors

Maintainers

Sources

xenstore-2.4.0.tbz
sha256=11b63bb2a5a8bc487d36f36ecb195b2a2135aa13ab401cbc73da67505c08faa4
sha512=b921aa4265503677f4984007efee6865461a18031dc49583be040781307cc6cbfcd84bc11e9ebc0a23e9b0cf281bd94528c475624bc30471ad8ff70607e0732f

doc/xenstore.server/Xenstore_server/Xs_server/Server/argument-1-T/index.html

Parameter Server.T

type 'a t = 'a Lwt.t
val return : 'a -> 'a Lwt.t
val (>>=) : 'a t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
type server
val listen : unit -> server Lwt.t
type channel
val read : channel -> bytes -> int -> int -> int Lwt.t
val write : channel -> bytes -> int -> int -> unit Lwt.t
val destroy : channel -> unit Lwt.t
val address_of : channel -> Xs_protocol.address Lwt.t
val namespace_of : channel -> (module Namespace.IO) option
val accept_forever : server -> (channel -> unit Lwt.t) -> 'a Lwt.t
OCaml

Innovation. Community. Security.