How the heck does async/await work in Python 3.5

Sven R. Kunze srkunze at mail.de
Mon Feb 22 17:16:53 EST 2016


On 20.02.2016 07:53, Christian Gollwitzer wrote:
> 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.

Thanks, Christian. Very informative video.

Is something like shown in 12:50 ( cout << tcp_reader(1000).get() ) 
possible with asyncio? (tcp_reader would be async def)


Best,
Sven



More information about the Python-list mailing list