PEP 492: isn't the "await" redundant?

Chris Angelico rosuav at gmail.com
Fri Aug 26 05:49:57 EDT 2016


On Fri, Aug 26, 2016 at 7:41 PM, Marko Rauhamaa <marko at pacujo.net> wrote:
> How about making *every* function *always* and async, unconditionally?
> That way *every* function would be an async and every function call
> would be an await.

If you want threading, you know where to find it.

ChrisA



More information about the Python-list mailing list