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
- Host: GitHub
- URL: https://github.com/stordco/buffy
- Owner: stordco
- License: mit
- Created: 2023-07-12T22:28:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-17T21:17:25.000Z (4 months ago)
- Last Synced: 2026-02-17T23:41:08.085Z (4 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 105 KB
- Stars: 9
- Watchers: 15
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
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.