Results 2 comments of Cary Hooper

+1 here. I'd love to use this functionality.

Looks like the root cause of this is the wrapper for gather() calls as_completed() instead of gather(), which doesn't accept return_exceptions as an argument tdqm wrapper for gather(): https://github.com/tqdm/tqdm/blob/4f208e72552c4d916aa4fe6a955349ee8b2ed353/tqdm/asyncio.py#L79 as_completed()...