Posted inasyncio Python modules
Customizing asyncio Event Loop Implementations
Python asyncio event loop internals. How the loop handles non-blocking I/O, scheduled callbacks, Tasks, and Futures using a ready queue, min-heap, and selectors.
The ultimate Python guide