Find a file
2020-09-05 09:33:25 +02:00
lib Fix behaviour of max_waiting = 0 with max_running = 1 2020-09-05 09:33:25 +02:00
test Fix behaviour of max_waiting = 0 with max_running = 1 2020-09-05 09:33:25 +02:00
.credo.exs Format and prepare for release 2020-05-16 12:22:30 +02:00
.formatter.exs Initial commit 2020-05-08 01:55:49 +02:00
.gitignore Initial commit 2020-05-08 01:55:49 +02:00
.gitlab-ci.yml Format and prepare for release 2020-05-16 12:22:30 +02:00
CHANGELOG.md Fix behaviour of max_waiting = 0 with max_running = 1 2020-09-05 09:33:25 +02:00
LICENSE Format and prepare for release 2020-05-16 12:22:30 +02:00
mix.exs Fix decrement after max_retries been reached + telemetry events 2020-07-07 16:32:28 +02:00
mix.lock Fix decrement after max_retries been reached + telemetry events 2020-07-07 16:32:28 +02:00
README.md Format and prepare for release 2020-05-16 12:22:30 +02:00

Concurrent Limiter

See the docs at hexdocs.pm/concurrent_limiter or in lib/concurrent_limiter.ex.