Async Generators and Context Managers
JSON →The `async-generator` library provides a backport of asynchronous generators and asynchronous context managers to Python 3.5, which were introduced natively in Python 3.6 (PEP 525) and 3.7. It allows developers to write cleaner asynchronous code for stream processing and I/O-bound tasks using familiar generator syntax. Maintained by the Trio project, it is compatible with any async framework like asyncio or Trio. The current version is 1.10, and it is considered stable, with the last release in July 2018.
Traffic · last 30 days ↑14% vs prev 7d
total hits 23
actors 8 distinct systems
last hit 1d ago SERankingBot
top countries 🇩🇪 Germany · 🇸🇬 Singapore · 🇺🇸 United States · 🇫🇷 France · 🇨🇦 Canada
API endpoints
full doc /v1/registry/async-generator
compatibility /v1/registry/async-generator/compatibility