• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • xenstore

  • Documentation
  • xenstore_client_lwt lib
  • Xs_client_lwt .Client .IO Parameter #1
package xenstore
  • xenstore
    • Xs_handle
      • StringSet
    • Xs_protocol
      • ACL
      • IO
      • Op
      • PacketStream
        • IO
      • Parser
      • Request
      • Response
      • Token
      • Unmarshal
  • xenstore_client_lwt
    • Xs_client_lwt
      • Client
        • IO
      • IO
      • S
  • xenstore_client_unix
    • Xs_client_unix
      • Client
        • IO
      • IO
      • Task
  • xenstore_server
    • Xenstore_server
      • Call
      • Connection
        • Interface
      • Heap_debug_interface
      • Introduce
      • Junk
        • String
      • Logging
      • Logging_interface
      • Namespace
        • IO
        • Unsupported
      • Perms
      • Quota
      • Quota_interface
      • Store
        • Name
        • Node
        • Path
      • Symbol
      • Transaction
      • Trie
      • Xs_server
        • Server
          • PS
          • T
        • TRANSPORT
    • Xs_protocol
      • ACL
      • IO
      • Op
      • PacketStream
        • IO
      • Parser
      • Request
      • Response
      • Token
      • Unmarshal
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Lwt.t
val return : 'a -> 'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
type backend = [
  1. | `unix
  2. | `xen
]
val backend : backend
type channel
val create : unit -> channel t
val destroy : channel -> unit t
val read : channel -> string -> int -> int -> int t
val write : channel -> string -> int -> int -> unit t

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct