From 97661ef0ddf1ae87c891495bbeeb0c1292700a5b Mon Sep 17 00:00:00 2001 From: Tomas Aparicio <tomas@aparicio.me> Date: Fri, 4 Nov 2016 00:13:01 +0000 Subject: [PATCH] feat: add paco package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93be1b4..1fcea57 100644 --- a/README.md +++ b/README.md @@ -774,6 +774,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet). * [Tomorrow](https://github.com/madisonmay/Tomorrow) - Magic decorator syntax for asynchronous code. * [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast implementation of asyncio event loop on top of libuv. +* [paco](https://github.com/h2non/paco) - Small utility library for coroutine-driven, asynchronous-based generic programming. ## Networking -- GitLab