Talk - A. Jesse Jiryu Davis: Why Should Async Get All The Love Advanced Control Flow With Threads
Description:
Explore advanced control flow concepts in Python threading, inspired by asyncio, Go, and Node, in this 28-minute PyCon US talk. Discover how Python threads implemented futures, chaining, fan-out and fan-in, and cancellation tokens before asyncio popularized these techniques. Learn to leverage these powerful threading capabilities to enhance your concurrent programming skills.
Why Should Async Get All The Love - Advanced Control Flow With Threads