[issue24383] consider implementing __await__ on concurrent.futures.Future

Alex Grönholm report at bugs.python.org
Sat Aug 1 12:15:25 CEST 2015


Alex Grönholm added the comment:

I think concurrent.futures.Future warrants adding support for in Task. It predates asyncio and is generic enough. Can you elaborate on what other types you would want to support as awaitables in Task?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24383>
_______________________________________


More information about the Python-bugs-list mailing list