python3-async-generator

extensions to asynchronous generators for Python3
  https://github.com/python-trio/async_generator
  0
  no reviews



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.