[Python-ideas] Making concurrent.futures.Futures awaitable

Sven R. Kunze srkunze at mail.de
Thu Aug 13 08:53:29 CEST 2015


On 09.08.2015 02:22, Nick Coghlan wrote:
> There was a thread on the idea recently, but I don't have a link 
> handy. Indicating CPU vs IO bound directly wouldn't work (that's 
> context dependent), but allowing callables to explicitly indicate 
> "recommended", "supported", "incompatible" for process pools could be 
> interesting.

Thread start (more or less): 
https://mail.python.org/pipermail/python-ideas/2015-August/034917.html


Current post of that thread: 
https://mail.python.org/pipermail/python-ideas/2015-August/035211.html

And I would like to hear you insights on the try: block idea as well. :)


More information about the Python-ideas mailing list