package mirage-entropy-xen

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = [
  1. | `No_entropy_device of string
]
type 'a io = 'a Lwt.t
type t
type id = unit
val disconnect : t -> unit io
type buffer = Cstruct.t
type handler = source:int -> buffer -> unit
val handler : t -> handler -> unit io