mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
add uvloop
Ultra fast implementation of asyncio event loop on top of libuv.
This commit is contained in:
parent
e548538f56
commit
3bc105e24f
1 changed files with 1 additions and 0 deletions
|
@ -771,6 +771,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [eventlet](http://eventlet.net/) - Asynchronous framework with WSGI support.
|
||||
* [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.
|
||||
|
||||
## Networking
|
||||
|
||||
|
|
Loading…
Reference in a new issue