We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5291b96 + f3c7a07 commit 052f663Copy full SHA for 052f663
streams.markdown
@@ -57,7 +57,7 @@ With streams, we can operate on data chunk by chunk, without
57
buffering everything into memory.
58
59
This means we can write programs that operate on very large
60
-files!
+files or lazily evaluate network data as it arrives!
61
62
It also means we can have hundreds or thousands of
63
concurrent streams without using much memory.
0 commit comments