rich icon indicating copy to clipboard operation
rich copied to clipboard

Support tracking progress of async tasks

Open danielgafni opened this issue 2 years ago • 0 comments

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

danielgafni avatar Aug 19 '22 13:08 danielgafni