Talks: Why Should Async Get All The Love?: Advanced Control Flow With Threads

Presented by:


Description

asyncio introduced many of us to futures, chaining, fan-out and fan-in, cancellation tokens, and other advanced control flow concepts. But Python threads were doing this stuff before it was cool! Come see Python threading techniques inspired by asyncio, Go, and Node.