package xenstore

  1. Overview
  2. Docs

Module Xs_protocol.TokenSource

Sourcetype t

A token is associated with every watch and returned in the callback.

Sourceval to_debug_string : t -> string

to_string token is a debug-printable version of token.

Sourceval to_user_string : t -> string

to_user_string token is the user-supplied part of token.

Sourceval of_string : string -> t

of_string str_rep is the token resulting from the unmarshalling of str_rep.

Sourceval to_string : t -> string

to_string token is the marshalled representation of token.

OCaml

Innovation. Community. Security.