# ring-buffers
[](https://hackage.haskell.org/package/ring-buffers)
[](LICENSE)
[](https://travis-ci.org/chessai/ring-buffers)
This package provides concurrent, mutable ring buffers with atomic updates in GHC Haskell.
It uses the [contiguous](http://hackage.haskell.org/package/contiguous) package to provide multiple array backends found in the [primitive](http://hackage.haskell.org/package/primitive) package.