Packages

FIFO buffers for queueing

Current section

Files

Jump to
simple_buffer README.md
Raw

README.md

# Buffer
Implementations of a buffer for queueing.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `buffer` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:buffer, "~> 0.2.0"}
]
end
```