Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use non-blocking disk read/writes #1142

Merged
merged 2 commits into from
Aug 6, 2024
Merged

feat: use non-blocking disk read/writes #1142

merged 2 commits into from
Aug 6, 2024

Conversation

jackwotherspoon
Copy link
Collaborator

@jackwotherspoon jackwotherspoon commented Aug 2, 2024

Currently we use Python's standard library read and writes which are blocking.

This PR switches to use aiofiles which is asyncio native approach to
read/write to disk.

Closes #1141

@jackwotherspoon jackwotherspoon self-assigned this Aug 2, 2024
@jackwotherspoon jackwotherspoon requested a review from a team as a code owner August 2, 2024 21:07
@jackwotherspoon jackwotherspoon merged commit d2fd465 into main Aug 6, 2024
15 checks passed
@jackwotherspoon jackwotherspoon deleted the aiofiles branch August 6, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use aiofiles for local disk read/write
2 participants