Make You An Async For Great Good!
10:45am - 11:10am on Saturday, October 5 in PennTop NorthMark Smith
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!