generator draft

This commit is contained in:
Ilya Kantor 2019-02-27 08:08:30 +03:00
parent a16814aaf1
commit 9936f9cfe8
33 changed files with 503 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Async iteration
...
Async generators may initially look complex, but in fact they are not.
The resulting syntax is simple and easy to use.