summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Split do_limitJordan Bracco2020-09-081-16/+24
* Sentinel processes - ensure counter is always decrementedJordan Bracco2020-09-081-20/+46
* Fix behaviour of max_waiting = 0 with max_running = 1Jordan Bracco2020-09-051-0/+7
* Fix counters not decrementing when the process is exitedrinpatch2020-09-051-4/+29
* Fix decrement after max_retries been reached + telemetry eventsJordan Bracco2020-07-071-0/+6
* Fix tests & add ConcurrentLimiter.delete/1Jordan Bracco2020-05-161-2/+13
* Format and prepare for releaseJordan Bracco2020-05-161-26/+43
* Remove ETS backend, add max_retries, add options to limit/3.Jordan Bracco2020-05-141-70/+34
* Rename to ConcurrentLimiterJordan Bracco2020-05-141-12/+14
* minor fixesJordan Bracco2020-05-081-27/+19
* Switch to atomics, add shared ets, ..Jordan Bracco2020-05-081-22/+133
* Initial commitJordan Bracco2020-05-081-0/+47