We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a366708 commit 4b8d9f3Copy full SHA for 4b8d9f3
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