Skip to main content

One doc tagged with "event-loop"

View all tags

The `asyncio` Module: Event Loops, Coroutines, and Tasks

In our introduction to asynchronous programming, we saw how async and await can dramatically improve the performance of I/O-bound applications. Now, let's dive deeper into the three fundamental components that make this possible within the asyncio module: the Event Loop, Coroutines, and Tasks.