Description
AsyncIO seems like magic, but it's (mostly) not! I'm going to write the core of asyncio from scratch. I will explain how asyncio actually works in pure python, building up from generators and a custom event loop.
This talk will demystify the async and await keywords, and help developers write better asynchronous code!