From 931a98bc3bae575021207425193dddbe0edfd6bd Mon Sep 17 00:00:00 2001 From: Roger Shi Date: Mon, 19 Oct 2015 12:10:39 +0800 Subject: [PATCH] add nim-routine package --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 752bde8..acbfea5 100644 --- a/packages.json +++ b/packages.json @@ -3435,5 +3435,19 @@ "description": "Retrieve info about a location from an IP address", "license": "MIT", "web": "https://github.com/achesak/nim-geoip" + }, + { + "name": "nimroutine", + "url": "https://github.com/rogercloud/nim-routine", + "method": "git", + "tags": [ + "goroutine", + "routine", + "lightweight", + "thread" + ], + "description": "A go routine like nim implementation", + "license": "MIT", + "web": "https://github.com/rogercloud/nim-routine" } ]