An open API service indexing awesome lists of open source software.

https://github.com/stordco/buffy

Buffy the Process Slayer
https://github.com/stordco/buffy

elixir

Last synced: 4 months ago
JSON representation

Buffy the Process Slayer

Awesome Lists containing this project

README

          

# Buffy

Buffy is a small library of Elixir modules to assist in throttling and debouncing function calling.

## Roadmap

- [ ] Allow limiting concurrency of running tasks
- [ ] Create a debounce module
- [X] Telemetry instrumentation

## Installation

Just add [`buffy`](https://hex.pm/packages/buffy) to your `mix.exs` file like so:

```elixir
def deps do
[
{:buffy, "~> 2.3.0"}
]
end
```

## Published Documentation

Documentation is automatically generated and published to [HexDocs](https://hexdocs.pm/buffy/readme.html) on new releases.