package albatross

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

albatross-2.7.2.tbz
sha256=0bef492a0546d19416e6be8fb56dbae0ceed4461d75bbffb855b6d1075012354
sha512=0d1c37e4a14a9bd1cc88356eee777ff92569b0274706bfe9e23681551e7cee5d4b1199a1ce9da78523b1eaebaed673575a1a6d76daa2a1cf6a3ea86b8d765754

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