We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eg Tinche/aiofiles#20
specifically with AsyncSpooledTemporaryFile it doesn't run the executor unless the in-memory buffer is full:
https://github.com/Tinche/aiofiles/blob/3a66417d89e204aa7fa424b39b858126412e4d3c/src/aiofiles/tempfile/temptypes.py#L27-L36
The text was updated successfully, but these errors were encountered:
feat: Add async support for temporary file handling (agronholm#344)
d94d1e3
feat: Add async support for temporary file handling. Closes agronholm…
beb8285
…#344
d58dfa2
No branches or pull requests
eg Tinche/aiofiles#20
specifically with AsyncSpooledTemporaryFile it doesn't run the executor unless the in-memory buffer is full:
https://github.com/Tinche/aiofiles/blob/3a66417d89e204aa7fa424b39b858126412e4d3c/src/aiofiles/tempfile/temptypes.py#L27-L36
The text was updated successfully, but these errors were encountered: