package albatross

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.6.2.tbz
sha256=e7d01a72f14498a0239cac19ffe095cc874d8b2998734e59ff7f03ebe00d42dd
sha512=6afc25fd541b4629c87bb1d3b611a8017dcf920f1f397ee4cb3d2bb1bb86f7117497ac14899aa964d44fa211fb5af02a9c67281a92605c3f4533f52423987cc7

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