Coroutines with async and await syntax (Python 3.5)

Lambda the Ultimate - Programming Languages Weblog 2015-10-13

Summary:

With Python 3.5 released, the thing that drew my attention is the support for asynchronous programming through PEP 0492 -- Coroutines with async and await syntax, which added awaitable objects, coroutine functions, asynchronous iteration, and asynchronous context managers. I found the mailing list discussions (look both above and below) particularly helpful in understanding what exactly is going on.

Link:

http://lambda-the-ultimate.org/node/5253

From feeds:

Gudgeon and gist ยป Lambda the Ultimate - Programming Languages Weblog

Tags:

python

Date tagged:

10/13/2015, 18:13

Date published:

09/17/2015, 12:08