summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-05Do not untrap exits if they were already trapped before callingfix/do-not-untrap-trapped-processesrinpatch1-7/+10
2020-09-05Fix counters not decrementing when the process is exitedrinpatch1-4/+29
2020-07-07Fix decrement after max_retries been reached + telemetry eventsJordan Bracco1-0/+6
2020-05-16Fix tests & add ConcurrentLimiter.delete/1Jordan Bracco1-2/+13
2020-05-16Format and prepare for releaseJordan Bracco1-26/+43
2020-05-14Remove ETS backend, add max_retries, add options to limit/3.Jordan Bracco1-70/+34
2020-05-14Rename to ConcurrentLimiterJordan Bracco1-12/+14
2020-05-08minor fixesJordan Bracco1-27/+19
2020-05-08Switch to atomics, add shared ets, ..Jordan Bracco1-22/+133