@hackage ring-buffers0.2

mutable ring buffers with atomic updates in GHC Haskell

ring-buffers

Hackage BSD3 license Build Status

This package provides concurrent, mutable ring buffers with atomic updates in GHC Haskell.

It uses the contiguous package to provide multiple array backends found in the primitive package.