Message244761
> Was __await__() deliberately left out of concurrent.futures.Future or was that an oversight? Or am I misunderstanding something?
I don't think concurrent.Future is supposed to be used with asyncio (in 'yield from' or 'await' expressions). |
|
Date |
User |
Action |
Args |
2015-06-03 15:18:53 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, ncoghlan, scoder, vstinner, asvetlov, alex.gronholm, python-dev |
2015-06-03 15:18:53 | yselivanov | set | messageid: <1433344733.37.0.617991180931.issue24017@psf.upfronthosting.co.za> |
2015-06-03 15:18:53 | yselivanov | link | issue24017 messages |
2015-06-03 15:18:53 | yselivanov | create | |
|