saghul, on code « How do event loops work in Python?

saghul, on code « How do event loops work in Python?

How do event loops work in Python? 02/04/2013

I had the pleasure to give a presentation at the first ever Python Devroom at FOSDEM. I talked about how event loops work internally and how pyuv can help by abstracting a lot of the problems with a pretty simple to use API. I also introduced rose, a pyuv based PEP-3156 event loop implementation, but I’ll write a followup post on that :-)

Thanks a lot to everyone who attended the talk, and for those who couldn’t here are the slides!

原文地址:https://www.cnblogs.com/lexus/p/2945690.html