How the heck does async/await work in Python 3.5

Christian Gollwitzer auriocus at gmx.de
Sat Feb 20 01:53:37 EST 2016


Am 20.02.16 um 03:36 schrieb Steven D'Aprano:
> On Thu, 18 Feb 2016 09:08 am, Mark Lawrence wrote:
>
>> Seeing there is a lot of interest in asyncio recently I figured people
>> might be interested in this
>> http://www.snarky.ca/how-the-heck-does-async-await-work-in-python-3-5
>
>
> Thanks for the link, but I'm now no wiser than I was before :-(
>
> Can somebody explain Brett's explanation?

If you have difficulties wit hthe overall concept, and if you are open 
to discussions in another language, take a look at this video:

https://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-39-await-co-routines

MS has added coroutine support with very similar syntax to VC++ 
recently, and the developer tries to explain it to the "stackful" 
programmers.

	Christian



More information about the Python-list mailing list