package shared-memory-ring

  1. Overview
  2. Docs
include STREAM
type stream = Cstruct.t
type position = int32
val advance : stream -> position -> unit
val read : stream -> position * Cstruct.t