[issue44604] [Enhancement] Asyncio task decorator to provide interface to define async DAGs (similar to dask's delayed interface)

Andrew Svetlov report at bugs.python.org
Tue Jul 13 12:33:21 EDT 2021


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I'm not convinced why @task decorator should be a part of asyncio.

You can provide the implementation as a part of some third-party library on pypy.org. Looks like it doesn't require any change of asyncio itself.

----------

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


More information about the Python-bugs-list mailing list