Login
From:
Python Enhancement Proposals (PEPs)
(Uncensored)
subscribe
PEP 525 – Asynchronous Generators | peps.python.org
https://peps.python.org/pep-0525/
links
backlinks
Roast topics
Find topics
Find it!
PEP 492 introduced support for native coroutines and async/await syntax to Python 3.5. It is proposed here to extend Python’s asynchronous capabilities by adding support for asynchronous generators.