rich
rich copied to clipboard
Support tracking progress of async tasks
How would you improve Rich?
Add support to the following:
async for item in track(items):
...
Currently this code fails with:
TypeError: 'async for' requires an object with __aiter__ method, got generator