add awesome-asyncio

This commit is contained in:
Vinta 2018-08-04 18:11:39 +08:00
parent be6fba1e49
commit d77b8f1168

View File

@ -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.