diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-28 14:22:33 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-08-28 14:22:33 +0100 |
| commit | 1eae87bae3f50aac17fbf608d2b4b6ce55cc80e3 (patch) | |
| tree | 4ae778bfa8686692999f1bfed9aaedf0ef7852ca | |
| parent | e28eda1bd826d04a3d28ad004b3a32c2c437570b (diff) | |
| parent | 5219c6589a6ac2833f06d3035c4b43ac217a85a5 (diff) | |
| download | packages-1eae87bae3f50aac17fbf608d2b4b6ce55cc80e3.tar.gz packages-1eae87bae3f50aac17fbf608d2b4b6ce55cc80e3.zip | |
Merge pull request #248 from tulayang/master
Add asyncevents module
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 21cb225..35a754d 100644 --- a/packages.json +++ b/packages.json @@ -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" } ] |
