[Python-ideas] async/await in Python

Greg greg.ewing at canterbury.ac.nz
Mon Apr 20 03:02:51 CEST 2015


On 20/04/2015 2:01 a.m., Steven D'Aprano wrote:
> Generator-based:
> - must be primed before use;

Not when you use it via yield-from.

-- 
Greg



More information about the Python-ideas mailing list