Kouli <d...@kou.li>:
> We now have explicit syntax with keyword 'async' so why should we use
> yet the additional keyword 'await'?

This is an important question.

> This way, one would not have to differentiate between function and
> coroutine "call" from within a coroutine...

You'd still need to remember to add the 'async' keyword all over the
place.

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.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to