@hackage ring-buffers0.1.0.2

mutable ring buffers with atomic updates in GHC Haskell

ring-buffers

Hackage BSD3 license

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.