-
Notifications
You must be signed in to change notification settings - Fork 16
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
AioZipStream does not support async generators #3
Comments
Hi. I can't say what's wrong without knowing what is |
@kbbdy |
Ok, thanks. I will check that. |
Yes exactly what kingmad said, sorry I should've explained it better. Basically by not working with an async generator it won't free up memory and/or the asyncio loop in some cases |
I would also like to use an async iterator for the source of the files list maybe implement a stream_async_iter method ? Something where the loop looping over the files ( |
The following example does not work :
The text was updated successfully, but these errors were encountered: