package mirage-qubes

  1. Overview
  2. Docs

A message-based protocol on top of VChan streams.

val (>>!=) : 'a S.or_eof Lwt.t -> ('a -> [> `Eof ] as 'b Lwt.t) -> 'b Lwt.t
module Make (F : Formats.FRAMING) : sig ... end