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

Stefan Behnel report at bugs.python.org
Sat Aug 1 17:00:26 CEST 2015


Stefan Behnel added the comment:

Funny. I just thought about this yesterday and came up with pretty much the
same idea. +1 for the patch.

I don't think there are more classes to support here. Quite the contrary,
other tools should try to integrate via concurrent.futures.Future instead.

----------

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


More information about the Python-bugs-list mailing list