package albatross

  1. Overview
  2. Docs

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
OCaml

Innovation. Community. Security.