Contribute Media
A thank you to everyone who makes this possible: Read More

A Brief History of Coroutines in Python

Description

With Python 3.6, coroutines became an core part of the Python language with async and await keywords, but cooperative multitasking had a rich history long before then. This talk walks through iterators, generators, generator delegation, “true” coroutines via async / await, and lots of sample code!

Details

Improve this page