This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alex.gronholm
Recipients Yury.Selivanov, alex.gronholm, gvanrossum, scoder, vstinner, yselivanov
Date 2015-08-01.10:15:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438424125.19.0.879160158112.issue24383@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2015-08-01 10:15:25alex.gronholmsetrecipients: + alex.gronholm, gvanrossum, scoder, vstinner, Yury.Selivanov, yselivanov
2015-08-01 10:15:25alex.gronholmsetmessageid: <1438424125.19.0.879160158112.issue24383@psf.upfronthosting.co.za>
2015-08-01 10:15:25alex.gronholmlinkissue24383 messages
2015-08-01 10:15:25alex.gronholmcreate