Skip to main content

One doc tagged with "aiofiles"

View all tags

Asynchronous File I/O: `aiofiles`

We've seen how asyncio is perfect for I/O-bound tasks and how aiohttp solves the problem of blocking network requests. But what about the other major type of I/O: reading and writing files?