Update article.md
Rephrasing introductory sentences about async iterators and generators.
This commit is contained in:
parent
405150f1f2
commit
6c8433eedf
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Async iterators and generators
|
||||
|
||||
Asynchronous iterators allow to iterate over data that comes asynchronously, on-demand. For instance, when we download something chunk-by-chunk over a network. Asynchronous generators make it even more convenient.
|
||||
Asynchronous iterators allow us to iterate over data that comes asynchronously, on-demand. Like, for instance, when we download something chunk-by-chunk over a network. And asynchronous generators make it even more convenient.
|
||||
|
||||
Let's see a simple example first, to grasp the syntax, and then review a real-life use case.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue