package xen-evtchn

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Invalid
type 'a t = {
  1. generation : int;
  2. value : 'a;
}
val generation : int ref
val wrap : 'a -> 'b t
val maybe : 'a t -> ('b -> 'c) -> 'd -> 'e
val extract : 'a t -> 'b
val resume : unit -> unit