Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 625 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 625 Bytes

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
  • Telemetry instrumentation

Installation

Just add buffy to your mix.exs file like so:

def deps do
  [
    {:buffy, "~> 2.2.0"}
  ]
end

Published Documentation

Documentation is automatically generated and published to HexDocs on new releases.