threading:(Python 标准库)更高层的线程接口。gevent:一个基于协程的 Python 网络库,使用 greenlet。uvloop:在 libuv 之上超快速实现 asyncio 事件循环。官网