diff options
| author | mikra72 <mtkrauter@yandex.com> | 2017-11-05 15:41:51 +0100 |
|---|---|---|
| committer | mikra72 <mtkrauter@yandex.com> | 2017-11-05 15:41:51 +0100 |
| commit | 2a6b988f4ee385e95283376dcd1da1c4363abceb (patch) | |
| tree | 995661b28acadb6eb784b725408bf6bdd5664277 | |
| parent | 8f1e76d960ab634ff57a1320dc64e9bb7b8a3663 (diff) | |
| download | packages-2a6b988f4ee385e95283376dcd1da1c4363abceb.tar.gz packages-2a6b988f4ee385e95283376dcd1da1c4363abceb.zip | |
nimble entry for timerpool implementation
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3e99504..41ffd88 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
