-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
add async generators section to asyncio internal docs #135674
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
add async generators section to asyncio internal docs #135674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well written IMO (apart from a few small grammar things).
I love the flowchart, I had no idea github supports them!
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the late review (I have been procrastinating on all sorts of stuff :-( ). Looks good, only a few nits.
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After fixing that feel free to merge it!
This documents the implementation details of async generators in
asyncio
.