Packages

Throttler implementation with multi-rate support.

Current section

Files

Jump to
throttex README.md
Raw

README.md

# Throttex
Throttler implementation with multi interface support.
## Installation
```elixir
def deps do
[
{:throttex, git: "git@gitlab.com:wit_solutions/throttex.git"},
]
end
```