[issue30782] Allow limiting the number of concurrent tasks in asyncio.as_completed

Yury Selivanov report at bugs.python.org
Mon Sep 9 10:46:09 EDT 2019


Yury Selivanov <yselivanov at gmail.com> added the comment:

FWIW I've been using TaskGroups in EdgeDB codebase extensively: https://github.com/edgedb/edgedb/blob/master/edb/common/taskgroup.py (you can use the code, it's Apache 2)

The only thing that prevented us from merging them in 3.8 is that we need to formally define & implement ExceptionGroup (or MultiError) in CPython.  I'm going to work on an initial PEP for that this week.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30782>
_______________________________________


More information about the Python-bugs-list mailing list