From d77b8f11684fa9f7903a59de02f8ca9f07bc50ba Mon Sep 17 00:00:00 2001 From: Vinta Date: Sat, 4 Aug 2018 18:11:39 +0800 Subject: [PATCH] add awesome-asyncio --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b63b78ee..7ea120cc 100644 --- a/README.md +++ b/README.md @@ -838,6 +838,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for networking programming.* * [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks. + - [awesome-asyncio](https://github.com/timofurrer/awesome-asyncio) * [diesel](https://github.com/dieseldev/diesel) - Greenlet-based event I/O Framework for Python. * [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python. * [pyzmq](http://zeromq.github.io/pyzmq/) - A Python wrapper for the ZeroMQ message library.