Merge pull request #609 from mikra01/master

nimble entry for timerpool implementation
This commit is contained in:
Dominik Picheta 2017-11-05 23:18:25 +00:00 committed by GitHub
commit 15275861e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7542,5 +7542,19 @@
"description": "Conversion between integers and Roman numerals",
"license": "MIT",
"web": "https://github.com/lcrees/romans"
},
{
"name": "timerpool",
"url": "https://github.com/mikra01/timerpool/",
"method": "git",
"tags": [
"timer",
"pool",
"events",
"thread"
],
"description": "threadsafe timerpool implementation for event purpose",
"license": "MIT",
"web": "https://github.com/mikra01/timerpool"
}
]