package conduit-mirage

  1. Overview
  2. Docs

Establish Vchans via named endpoints in XenStore

type direct = [
  1. | `Direct of int * Vchan.Port.t
]
module Make (Xs : Xs_client_lwt.S) : sig ... end