Python Asynchronous Programming

Back

1. asyncio

(Python standard library) Asynchronous I/O, event loop, coroutines and tasks.

2. awesome-asyncio

3. trio

A friendly library for async concurrency and I/O.

4. Twisted

An event-driven networking engine.

5. uvloop

Ultra fast asyncio event loop.