From a5cd6324f0bce3d9f99ca3e6e02dd2f0c2fb4896 Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Fri, 28 Aug 2020 12:23:10 +0800 Subject: [PATCH] Added package timerwheel (#1624) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 12c266c..0067782 100644 --- a/packages.json +++ b/packages.json @@ -19370,5 +19370,18 @@ "description": "A very simple micro web framework", "license": "MIT", "web": "https://github.com/ire4ever1190/mike" + }, + { + "name": "timerwheel", + "url": "https://github.com/xflywind/timerwheel", + "method": "git", + "tags": [ + "timer", + "timerwheel", + "prologue" + ], + "description": "A high performance timer based on timerwheel for Nim.", + "license": "Apache-2.0", + "web": "https://github.com/xflywind/timerwheel" } ]