CCRingBufferUseful for IO, or as a bounded-size alternative to Queue when batch operations are needed.
status: experimental
Change in the API to provide only a bounded buffer since 1.3
module Array : sig ... endThe abstract type for arrays
module type S = sig ... endmodule Byte : S with module Array = Array.ByteAn efficient byte based ring buffer
Makes a ring buffer module with the given array type