Merge pull request #932 from CORDEA/feature/add-backoff

Add backoff
This commit is contained in:
Dominik Picheta 2018-11-18 21:27:09 +00:00 committed by GitHub
commit 2d73366de9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11502,5 +11502,17 @@
"description": "most quick REPL of nim",
"license": "MIT",
"web": "https://github.com/gmshiba/replim"
},
{
"name": "backoff",
"url": "https://github.com/CORDEA/backoff",
"method": "git",
"tags": [
"exponential-backoff",
"backoff"
],
"description": "Implementation of exponential backoff for nim",
"license": "Apache License 2.0",
"web": "https://github.com/CORDEA/backoff"
}
]