Skip to main content

2 docs tagged with "event-loop"

View all tags

Async Performance Patterns

asyncio internals, event loop tuning, connection pooling, backpressure, and high-throughput async patterns for production Python services.

The Event Loop Explained

Understand Python's asyncio event loop at engineering depth - how it works, selectors, callbacks, handles, and debugging event loop issues in production.