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

Guido van Rossum report at bugs.python.org
Mon Aug 3 17:03:11 CEST 2015


Guido van Rossum added the comment:

Every individual use case can be dealt with easily by adding simple helper
functions. I really want to keep async and threads separate. And it's no
coincidence that concurrent.futures is threadsafe; that's part of its spec.

----------

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


More information about the Python-bugs-list mailing list