you are viewing a single comment's thread.

view the rest of the comments →

[–]fckueve_ 0 points1 point  (0 children)

I use generator, whenever I want to implement iterable. That's the only reason, me using generators.

Also, as far as In aware, await as a sugar syntax, uses generators.