Merge pull request #248 from tulayang/master

Add asyncevents module
This commit is contained in:
Dominik Picheta 2015-08-28 14:22:33 +01:00
commit 1eae87bae3

View File

@ -3159,5 +3159,18 @@
"description": "RPC implementation for Nim based on msgpack4nim",
"license": "MIT",
"web": "https://github.com/rogercloud/nim-rpc"
},
{
"name": "asyncevents",
"url": "https://github.com/tulayang/asyncevents",
"method": "git",
"tags": [
"event",
"future",
"asyncdispath"
],
"description": "Asynchronous event loop for progaming with MVC",
"license": "MIT",
"web": "https://github.com/tulayang/asyncevents"
}
]