package albatross

  1. Overview
  2. Docs
Albatross - orchestrate and manage MirageOS unikernels with Solo5

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.6.1.tbz
sha256=5576805b14771565bb9e54626d611dd27e98ae8fdcfc15cf641d30ce2d050ca5
sha512=5d114aa9aedde004cf408bb8d533612119c0cad29f64f30f19fe6232ba1ccf1c205fd87f00ddd9363989a39545bf18d92765fd16a22a2aa14669d3c5017cda71

doc/albatross/Vmm_ring/index.html

Module Vmm_ringSource

Sourcetype 'a t
Sourceval create : ?size:int -> 'a -> unit -> 'a t
Sourceval write : 'a t -> (Ptime.t * 'a) -> unit
Sourceval read_last : 'a t -> ?tst:('a -> bool) -> int -> (Ptime.t * 'a) list
Sourceval read_history : 'a t -> ?tst:('a -> bool) -> Ptime.t -> (Ptime.t * 'a) list