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!