Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
python3-async-generator
extensions to asynchronous generators for Python3
https://github.com/python-trio/async_generator
0
no reviews
Install
The python3 language provides some structures to process streaming data with an interface similar to the iteration structures. This module adds some convenient features like the yield from construct or context managers.