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
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to