aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-11-05 23:18:25 +0000
committerGitHub <noreply@github.com>2017-11-05 23:18:25 +0000
commit15275861e01c887dd27498bb0fd859f8574b4132 (patch)
tree995661b28acadb6eb784b725408bf6bdd5664277
parent8f1e76d960ab634ff57a1320dc64e9bb7b8a3663 (diff)
parent2a6b988f4ee385e95283376dcd1da1c4363abceb (diff)
downloadpackages-15275861e01c887dd27498bb0fd859f8574b4132.tar.gz
packages-15275861e01c887dd27498bb0fd859f8574b4132.zip
Merge pull request #609 from mikra01/master
nimble entry for timerpool implementation
-rw-r--r--packages.json14
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"
}
]